#775B29

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

Shades of Horses Neck #775B29

Tints of Horses Neck #775B29

Color information

#775B29 (or 0x775B29) is unknown color: approx Horses Neck. HEX triplet: 77, 5B and 29. RGB value is (119,91,41). Sum of RGB (Red+Green+Blue) = 119+91+41=251 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.41% from 251); Green value is 91 (35.94% from 255 or 36.25% from 251); Blue value is 41 (16.41% from 255 or 16.33% from 251); Max value from RGB is 119 - color contains mainly: red. Hex color #775B29 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775B29 is #88A4D6. Grayscale: #5D5D5D. Windows color (decimal): -8955095 or 2710391. OLE color: 2710391.

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

Color convert

RGB1199141-
CMYK00.240.660.53
HSL38.46º48.75%31.37%-
HSV(B)38.46º65.55%46.67%-
XYZ11.7511.563.71-
YUV93.6798.28146.07-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 47.41%
GREEN value IS 91 (35.94% from 255) = 36.25%
BLUE value IS 41 (16.41% from 255) = 16.33%
R=47.41%
G=36.25%
B=16.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.66
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119914100.240.660.5338.4648.7531.37
Hex775B29018423526311f
Octal1671335103010265466137
Binary11101111011011101001011000100001011010110011011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775B29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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