#765927

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

Shades of Horses Neck #765927

Tints of Horses Neck #765927

Color information

#765927 (or 0x765927) is unknown color: approx Horses Neck. HEX triplet: 76, 59 and 27. RGB value is (118,89,39). Sum of RGB (Red+Green+Blue) = 118+89+39=246 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.97% from 246); Green value is 89 (35.16% from 255 or 36.18% from 246); Blue value is 39 (15.62% from 255 or 15.85% from 246); Max value from RGB is 118 - color contains mainly: red. Hex color #765927 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765927 is #89A6D8. Grayscale: #5C5C5C. Windows color (decimal): -9021145 or 2578806. OLE color: 2578806.

HSL color Cylindrical-coordinate representation of color #765927: hue angle of 37.97º 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 #765927 is Cyan = 0, Magento = 0.25, Yellow = 0.67 and Black (K on CMYK) = 0.54.

Color convert

RGB1188939-
CMYK00.250.670.54
HSL37.97º50.32%30.78%-
HSV(B)37.97º66.95%46.27%-
XYZ11.4111.143.47-
YUV91.9798.11146.57-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.97%
GREEN value IS 89 (35.16% from 255) = 36.18%
BLUE value IS 39 (15.62% from 255) = 15.85%
R=47.97%
G=36.18%
B=15.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.67
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118893900.250.670.5437.9750.3230.78
Hex765927019433626321f
Octal1661314703110366466237
Binary11101101011001100111011001100001111011010011011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765927; }

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

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

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

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

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

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

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

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