#765C27

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

Shades of Horses Neck #765C27

Tints of Horses Neck #765C27

Color information

#765C27 (or 0x765C27) is unknown color: approx Horses Neck. HEX triplet: 76, 5C and 27. RGB value is (118,92,39). Sum of RGB (Red+Green+Blue) = 118+92+39=249 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.39% from 249); Green value is 92 (36.33% from 255 or 36.95% from 249); Blue value is 39 (15.62% from 255 or 15.66% from 249); Max value from RGB is 118 - color contains mainly: red. Hex color #765C27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765C27 is #89A3D8. Grayscale: #5D5D5D. Windows color (decimal): -9020377 or 2579574. OLE color: 2579574.

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

Color convert

RGB1189239-
CMYK00.220.670.54
HSL40.25º50.32%30.78%-
HSV(B)40.25º66.95%46.27%-
XYZ11.6611.653.55-
YUV93.7397.11145.31-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.39%
GREEN value IS 92 (36.33% from 255) = 36.95%
BLUE value IS 39 (15.62% from 255) = 15.66%
R=47.39%
G=36.95%
B=15.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.67
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118923900.220.670.5440.2550.3230.78
Hex765C27016433628321f
Octal1661344702610366506237
Binary11101101011100100111010110100001111011010100011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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