#765C29

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

Shades of Horses Neck #765C29

Tints of Horses Neck #765C29

Color information

#765C29 (or 0x765C29) is unknown color: approx Horses Neck. HEX triplet: 76, 5C and 29. RGB value is (118,92,41). Sum of RGB (Red+Green+Blue) = 118+92+41=251 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.01% from 251); Green value is 92 (36.33% from 255 or 36.65% from 251); Blue value is 41 (16.41% from 255 or 16.33% from 251); Max value from RGB is 118 - color contains mainly: red. Hex color #765C29 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765C29 is #89A3D6. Grayscale: #5E5E5E. Windows color (decimal): -9020375 or 2710646. OLE color: 2710646.

HSL color Cylindrical-coordinate representation of color #765C29: hue angle of 39.74º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #765C29 is Cyan = 0, Magento = 0.22, Yellow = 0.65 and Black (K on CMYK) = 0.54.

Color convert

RGB1189241-
CMYK00.220.650.54
HSL39.74º48.43%31.18%-
HSV(B)39.74º65.25%46.27%-
XYZ11.711.673.73-
YUV93.9698.11145.15-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.01%
GREEN value IS 92 (36.33% from 255) = 36.65%
BLUE value IS 41 (16.41% from 255) = 16.33%
R=47.01%
G=36.65%
B=16.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.65
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118924100.220.650.5439.7448.4331.18
Hex765C29016413628301f
Octal1661345102610166506037
Binary11101101011100101001010110100000111011010100011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765C29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765C29; }

 p { color: rgb(118,92,41); }

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

<style>
 a { background-color: #765C29; }

 a { background-color: rgb(118,92,41); }

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

<style>
 span { border-color: #765C29; }

 span { border-color: rgb(118,92,41); }

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