#765827

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

Shades of Horses Neck #765827

Tints of Horses Neck #765827

Color information

#765827 (or 0x765827) is unknown color: approx Horses Neck. HEX triplet: 76, 58 and 27. RGB value is (118,88,39). Sum of RGB (Red+Green+Blue) = 118+88+39=245 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.16% from 245); Green value is 88 (34.77% from 255 or 35.92% from 245); Blue value is 39 (15.62% from 255 or 15.92% from 245); Max value from RGB is 118 - color contains mainly: red. Hex color #765827 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765827 is #89A7D8. Grayscale: #5B5B5B. Windows color (decimal): -9021401 or 2578550. OLE color: 2578550.

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

Color convert

RGB1188839-
CMYK00.250.670.54
HSL37.22º50.32%30.78%-
HSV(B)37.22º66.95%46.27%-
XYZ11.3310.983.44-
YUV91.3898.44146.98-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 48.16%
GREEN value IS 88 (34.77% from 255) = 35.92%
BLUE value IS 39 (15.62% from 255) = 15.92%
R=48.16%
G=35.92%
B=15.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.67
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118883900.250.670.5437.2250.3230.78
Hex765827019433625321f
Octal1661304703110366456237
Binary11101101011000100111011001100001111011010010111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765827; }

 p { color: rgb(118,88,39); }

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

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

 a { background-color: rgb(118,88,39); }

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

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

 span { border-color: rgb(118,88,39); }

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