#765A2A

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

Shades of Horses Neck #765A2A

Tints of Horses Neck #765A2A

Color information

#765A2A (or 0x765A2A) is unknown color: approx Horses Neck. HEX triplet: 76, 5A and 2A. RGB value is (118,90,42). Sum of RGB (Red+Green+Blue) = 118+90+42=250 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.2% from 250); Green value is 90 (35.55% from 255 or 36% from 250); Blue value is 42 (16.80% from 255 or 16.8% from 250); Max value from RGB is 118 - color contains mainly: red. Hex color #765A2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765A2A is #89A5D5. Grayscale: #5D5D5D. Windows color (decimal): -9020886 or 2775670. OLE color: 2775670.

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

Color convert

RGB1189042-
CMYK00.240.640.54
HSL37.89º47.5%31.37%-
HSV(B)37.89º64.41%46.27%-
XYZ11.5511.333.77-
YUV92.999.28145.9-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.2%
GREEN value IS 90 (35.55% from 255) = 36%
BLUE value IS 42 (16.80% from 255) = 16.8%
R=47.2%
G=36%
B=16.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.64
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118904200.240.640.5437.8947.531.37
Hex765A2A018403626301f
Octal1661325203010066466037
Binary11101101011010101010011000100000011011010011011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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