#755726

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

Shades of Horses Neck #755726

Tints of Horses Neck #755726

Color information

#755726 (or 0x755726) is unknown color: approx Horses Neck. HEX triplet: 75, 57 and 26. RGB value is (117,87,38). Sum of RGB (Red+Green+Blue) = 117+87+38=242 (32% of max value = 765). Red value is 117 (46.09% from 255 or 48.35% from 242); Green value is 87 (34.38% from 255 or 35.95% from 242); Blue value is 38 (15.23% from 255 or 15.70% from 242); Max value from RGB is 117 - color contains mainly: red. Hex color #755726 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755726 is #8AA8D9. Grayscale: #5A5A5A. Windows color (decimal): -9087194 or 2512757. OLE color: 2512757.

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

Color convert

RGB1178738-
CMYK00.260.680.54
HSL37.22º50.97%30.39%-
HSV(B)37.22º67.52%45.88%-
XYZ11.0910.743.32-
YUV90.3898.44146.98-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 48.35%
GREEN value IS 87 (34.38% from 255) = 35.95%
BLUE value IS 38 (15.23% from 255) = 15.70%
R=48.35%
G=35.95%
B=15.70%

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
Decimal117873800.260.680.5437.2250.9730.39
Hex75572601A443625331e
Octal1651274603210466456336
Binary11101011010111100110011010100010011011010010111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755726; }

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

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

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

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

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

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

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

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