#765929

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

Shades of Horses Neck #765929

Tints of Horses Neck #765929

Color information

#765929 (or 0x765929) is unknown color: approx Horses Neck. HEX triplet: 76, 59 and 29. RGB value is (118,89,41). Sum of RGB (Red+Green+Blue) = 118+89+41=248 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.58% from 248); Green value is 89 (35.16% from 255 or 35.89% from 248); Blue value is 41 (16.41% from 255 or 16.53% from 248); Max value from RGB is 118 - color contains mainly: red. Hex color #765929 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765929 is #89A6D6. Grayscale: #5C5C5C. Windows color (decimal): -9021143 or 2709878. OLE color: 2709878.

HSL color Cylindrical-coordinate representation of color #765929: hue angle of 37.4º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #765929 is Cyan = 0, Magento = 0.25, Yellow = 0.65 and Black (K on CMYK) = 0.54.

Color convert

RGB1188941-
CMYK00.250.650.54
HSL37.4º48.43%31.18%-
HSV(B)37.4º65.25%46.27%-
XYZ11.4411.163.65-
YUV92.299.11146.4-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.58%
GREEN value IS 89 (35.16% from 255) = 35.89%
BLUE value IS 41 (16.41% from 255) = 16.53%
R=47.58%
G=35.89%
B=16.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.65
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118894100.250.650.5437.448.4331.18
Hex765929019413625301f
Octal1661315103110166456037
Binary11101101011001101001011001100000111011010010111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765929; }

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

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

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

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

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

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

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

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