#765227

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

Shades of Horses Neck #765227

Tints of Horses Neck #765227

Color information

#765227 (or 0x765227) is unknown color: approx Horses Neck. HEX triplet: 76, 52 and 27. RGB value is (118,82,39). Sum of RGB (Red+Green+Blue) = 118+82+39=239 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.37% from 239); Green value is 82 (32.42% from 255 or 34.31% from 239); Blue value is 39 (15.62% from 255 or 16.32% from 239); Max value from RGB is 118 - color contains mainly: red. Hex color #765227 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765227 is #89ADD8. Grayscale: #585858. Windows color (decimal): -9022937 or 2577014. OLE color: 2577014.

HSL color Cylindrical-coordinate representation of color #765227: hue angle of 32.66º 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 #765227 is Cyan = 0, Magento = 0.31, Yellow = 0.67 and Black (K on CMYK) = 0.54.

Color convert

RGB1188239-
CMYK00.310.670.54
HSL32.66º50.32%30.78%-
HSV(B)32.66º66.95%46.27%-
XYZ10.8510.033.28-
YUV87.86100.43149.5-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 49.37%
GREEN value IS 82 (32.42% from 255) = 34.31%
BLUE value IS 39 (15.62% from 255) = 16.32%
R=49.37%
G=34.31%
B=16.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.67
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118823900.310.670.5432.6650.3230.78
Hex76522701F433621321f
Octal1661224703710366416237
Binary11101101010010100111011111100001111011010000111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765227; }

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

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

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

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

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

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

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

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