#775B2B

Color #775B2B Horses Neck (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Horses Neck #775B2B

Tints of Horses Neck #775B2B

Color information

#775B2B (or 0x775B2B) is unknown color: approx Horses Neck. HEX triplet: 77, 5B and 2B. RGB value is (119,91,43). Sum of RGB (Red+Green+Blue) = 119+91+43=253 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.04% from 253); Green value is 91 (35.94% from 255 or 35.97% from 253); Blue value is 43 (17.19% from 255 or 17.00% from 253); Max value from RGB is 119 - color contains mainly: red. Hex color #775B2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775B2B is #88A4D4. Grayscale: #5E5E5E. Windows color (decimal): -8955093 or 2841463. OLE color: 2841463.

HSL color Cylindrical-coordinate representation of color #775B2B: hue angle of 37.89º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #775B2B is Cyan = 0, Magento = 0.24, Yellow = 0.64 and Black (K on CMYK) = 0.53.

Color convert

RGB1199143-
CMYK00.240.640.53
HSL37.89º46.91%31.76%-
HSV(B)37.89º63.87%46.67%-
XYZ11.7811.583.9-
YUV93.999.28145.9-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 119 (46.88% from 255) = 47.04%
GREEN value IS 91 (35.94% from 255) = 35.97%
BLUE value IS 43 (17.19% from 255) = 17.00%
R=47.04%
G=35.97%
B=17.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.64
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119914300.240.640.5337.8946.9131.76
Hex775B2B0184035262f20
Octal1671335303010065465740
Binary111011110110111010110110001000000110101100110101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775B2B; }

 p { color: rgb(119,91,43); }

 H1.HeaderClassName
 {
   color: #775B2B;
 }
 .AnyTagClassName
 {
   color: #775B2B;
 }
</style>
background-color css

<style>
 a { background-color: #775B2B; }

 a { background-color: rgb(119,91,43); }

 div.DivClassName
 {
   background-color: #775B2B;
 }
 .BgClassName
 {
   background-color: #775B2B;
 }
</style>
border-color css

<style>
 span { border-color: #775B2B; }

 span { border-color: rgb(119,91,43); }

 td.TdClassName
 {
   border-color: #775B2B;
 }
 .TagClassName
 {
   border-color: #775B2B;
 }
</style>