Html Css Color HEX #755728 Horses Neck

📋 copy color: '#755728'

red 117 ◦ green 87 ◦ blue 40

#755728
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Horses Neck #755728

Tints of Horses Neck #755728

RGB

 RED value IS 117 (46.09% from 255) = 47.95%

 GREEN value IS 87 (34.38% from 255) = 35.66%

 BLUE value IS 40 (16.02% from 255) = 16.39%

R = 47.95%
G = 35.66%
B = 16.39%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.66

 K value IS 0.54

RGB Variations

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

Color information

#755728 (or 0x755728) is known color: Horses Neck. HEX triplet: 75, 57 and 28. RGB value is (117,87,40). Sum of RGB (Red+Green+Blue) = 117+87+40=244 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.95% from 244); Green value is 87 (34.38% from 255 or 35.66% from 244); Blue value is 40 (16.02% from 255 or 16.39% from 244); Max value from RGB is 117 - color contains mainly: red. Hex color #755728 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755728 is #8AA8D7. Grayscale: #5A5A5A. Windows color (decimal): -9087192 or 2643829. OLE color: 2643829.

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

Color convert

RGB 117 87 40 -
CMYK 0 0.26 0.66 0.54
HSL 36.62º 0.49% 0.31% -
HSV(B) 36.62º 0.66% 0.46% -
XYZ 11.13 10.75 3.5 -
YUV 90.61 99.44 146.82 -
System Red Green Blue C M Y K H S L
Decimal 117 87 40 0 0.26 0.66 0.54 36.62 0.49 0.31
Hex 75 57 28 0 1A 42 36 25 31 1F
Octal 165 127 50 0 32 102 66 45 61 37
Binary 1110101 1010111 101000 0 11010 1000010 110110 100101 110001 11111

Color Harmonies of #755728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755728

Black with #755728

Text Example


Text Example

White with #755728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755728; }

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

 H1.HeaderClassName
 {
   color: #755728;
 }
 .AnyTagClassName
 {
   color: #755728;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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