#765726

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

Shades of Horses Neck #765726

Tints of Horses Neck #765726

Color information

#765726 (or 0x765726) is unknown color: approx Horses Neck. HEX triplet: 76, 57 and 26. RGB value is (118,87,38). Sum of RGB (Red+Green+Blue) = 118+87+38=243 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.56% from 243); Green value is 87 (34.38% from 255 or 35.80% from 243); Blue value is 38 (15.23% from 255 or 15.64% from 243); Max value from RGB is 118 - color contains mainly: red. Hex color #765726 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765726 is #89A8D9. Grayscale: #5A5A5A. Windows color (decimal): -9021658 or 2512758. OLE color: 2512758.

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

Color convert

RGB1188738-
CMYK00.260.680.54
HSL36.75º51.28%30.59%-
HSV(B)36.75º67.8%46.27%-
XYZ11.2310.813.33-
YUV90.6898.27147.48-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 48.56%
GREEN value IS 87 (34.38% from 255) = 35.80%
BLUE value IS 38 (15.23% from 255) = 15.64%
R=48.56%
G=35.80%
B=15.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.68
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118873800.260.680.5436.7551.2830.59
Hex76572601A443625331f
Octal1661274603210466456337
Binary11101101010111100110011010100010011011010010111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765726; }

 p { color: rgb(118,87,38); }

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

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

 a { background-color: rgb(118,87,38); }

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

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

 span { border-color: rgb(118,87,38); }

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