#765A2D

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

Shades of Horses Neck #765A2D

Tints of Horses Neck #765A2D

Color information

#765A2D (or 0x765A2D) is unknown color: approx Horses Neck. HEX triplet: 76, 5A and 2D. RGB value is (118,90,45). Sum of RGB (Red+Green+Blue) = 118+90+45=253 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.64% from 253); Green value is 90 (35.55% from 255 or 35.57% from 253); Blue value is 45 (17.97% from 255 or 17.79% from 253); Max value from RGB is 118 - color contains mainly: red. Hex color #765A2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765A2D is #89A5D2. Grayscale: #5D5D5D. Windows color (decimal): -9020883 or 2972278. OLE color: 2972278.

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

Color convert

RGB1189045-
CMYK00.240.620.54
HSL36.99º44.79%31.96%-
HSV(B)36.99º61.86%46.27%-
XYZ11.611.354.06-
YUV93.24100.78145.66-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 46.64%
GREEN value IS 90 (35.55% from 255) = 35.57%
BLUE value IS 45 (17.97% from 255) = 17.79%
R=46.64%
G=35.57%
B=17.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.62
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118904500.240.620.5436.9944.7931.96
Hex765A2D0183E36252d20
Octal166132550307666455540
Binary11101101011010101101011000111110110110100101101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765A2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,90,45); }

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

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

 a { background-color: rgb(118,90,45); }

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

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

 span { border-color: rgb(118,90,45); }

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