#765B2C

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

Shades of Horses Neck #765B2C

Tints of Horses Neck #765B2C

Color information

#765B2C (or 0x765B2C) is unknown color: approx Horses Neck. HEX triplet: 76, 5B and 2C. RGB value is (118,91,44). Sum of RGB (Red+Green+Blue) = 118+91+44=253 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.64% from 253); Green value is 91 (35.94% from 255 or 35.97% from 253); Blue value is 44 (17.58% from 255 or 17.39% from 253); Max value from RGB is 118 - color contains mainly: red. Hex color #765B2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765B2C is #89A4D3. Grayscale: #5D5D5D. Windows color (decimal): -9020628 or 2906998. OLE color: 2906998.

HSL color Cylindrical-coordinate representation of color #765B2C: hue angle of 38.11º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #765B2C is Cyan = 0, Magento = 0.23, Yellow = 0.63 and Black (K on CMYK) = 0.54.

Color convert

RGB1189144-
CMYK00.230.630.54
HSL38.11º45.68%31.76%-
HSV(B)38.11º62.71%46.27%-
XYZ11.6711.523.99-
YUV93.7199.95145.32-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 46.64%
GREEN value IS 91 (35.94% from 255) = 35.97%
BLUE value IS 44 (17.58% from 255) = 17.39%
R=46.64%
G=35.97%
B=17.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.63
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118914400.230.630.5438.1145.6831.76
Hex765B2C0173F36262e20
Octal166133540277766465640
Binary11101101011011101100010111111111110110100110101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,91,44); }

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

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

 a { background-color: rgb(118,91,44); }

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

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

 span { border-color: rgb(118,91,44); }

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