#765728

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

Shades of Horses Neck #765728

Tints of Horses Neck #765728

Color information

#765728 (or 0x765728) is unknown color: approx Horses Neck. HEX triplet: 76, 57 and 28. RGB value is (118,87,40). Sum of RGB (Red+Green+Blue) = 118+87+40=245 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.16% from 245); Green value is 87 (34.38% from 255 or 35.51% from 245); Blue value is 40 (16.02% from 255 or 16.33% from 245); Max value from RGB is 118 - color contains mainly: red. Hex color #765728 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765728 is #89A8D7. Grayscale: #5B5B5B. Windows color (decimal): -9021656 or 2643830. OLE color: 2643830.

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

Color convert

RGB1188740-
CMYK00.260.660.54
HSL36.15º49.37%30.98%-
HSV(B)36.15º66.1%46.27%-
XYZ11.2610.823.5-
YUV90.9199.27147.32-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 48.16%
GREEN value IS 87 (34.38% from 255) = 35.51%
BLUE value IS 40 (16.02% from 255) = 16.33%
R=48.16%
G=35.51%
B=16.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.66
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118874000.260.660.5436.1549.3730.98
Hex76572801A423624311f
Octal1661275003210266446137
Binary11101101010111101000011010100001011011010010011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765728; }

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

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

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

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

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

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

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

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