Html Css Color HEX #755729 Horses Neck

📋 copy color: '#755729'

red 117 ◦ green 87 ◦ blue 41

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

Shades of Horses Neck #755729

Tints of Horses Neck #755729

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 16.73%

R = 47.76%
G = 35.51%
B = 16.73%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.65

 K value IS 0.54

RGB Variations

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

Color information

#755729 (or 0x755729) is known color: Horses Neck. HEX triplet: 75, 57 and 29. RGB value is (117,87,41). Sum of RGB (Red+Green+Blue) = 117+87+41=245 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.76% from 245); Green value is 87 (34.38% from 255 or 35.51% from 245); Blue value is 41 (16.41% from 255 or 16.73% from 245); Max value from RGB is 117 - color contains mainly: red. Hex color #755729 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755729 is #8AA8D6. Grayscale: #5A5A5A. Windows color (decimal): -9087191 or 2709365. OLE color: 2709365.

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

Color convert

RGB 117 87 41 -
CMYK 0 0.26 0.65 0.54
HSL 36.32º 0.48% 0.31% -
HSV(B) 36.32º 0.65% 0.46% -
XYZ 11.14 10.76 3.59 -
YUV 90.73 99.94 146.74 -
System Red Green Blue C M Y K H S L
Decimal 117 87 41 0 0.26 0.65 0.54 36.32 0.48 0.31
Hex 75 57 29 0 1A 41 36 24 30 1F
Octal 165 127 51 0 32 101 66 44 60 37
Binary 1110101 1010111 101001 0 11010 1000001 110110 100100 110000 11111

Color Harmonies of #755729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755729

Black with #755729

Text Example


Text Example

White with #755729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755729; }

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

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

background-color css

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

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

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

border-color css

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

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

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