Html Css Color HEX #755447 Spice

📋 copy color: '#755447'

red 117 ◦ green 84 ◦ blue 71

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

Shades of Spice #755447

Tints of Spice #755447

RGB

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

 GREEN value IS 84 (33.2% from 255) = 30.88%

 BLUE value IS 71 (28.13% from 255) = 26.1%

R = 43.01%
G = 30.88%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.39

 K value IS 0.54

RGB Variations

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

Color information

#755447 (or 0x755447) is known color: Spice. HEX triplet: 75, 54 and 47. RGB value is (117,84,71). Sum of RGB (Red+Green+Blue) = 117+84+71=272 (36% of max value = 765). Red value is 117 (46.09% from 255 or 43.01% from 272); Green value is 84 (33.20% from 255 or 30.88% from 272); Blue value is 71 (28.12% from 255 or 26.10% from 272); Max value from RGB is 117 - color contains mainly: red. Hex color #755447 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755447 is #8AABB8. Grayscale: #5C5C5C. Windows color (decimal): -9087929 or 4674677. OLE color: 4674677.

HSL color Cylindrical-coordinate representation of color #755447: hue angle of 16.96º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #755447 is Cyan = 0, Magento = 0.28, Yellow = 0.39 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 84 71 -
CMYK 0 0.28 0.39 0.54
HSL 16.96º 0.24% 0.37% -
HSV(B) 16.96º 0.39% 0.46% -
XYZ 11.64 10.58 7.39 -
YUV 92.39 115.93 145.56 -
System Red Green Blue C M Y K H S L
Decimal 117 84 71 0 0.28 0.39 0.54 16.96 0.24 0.37
Hex 75 54 47 0 1C 27 36 11 18 25
Octal 165 124 107 0 34 47 66 21 30 45
Binary 1110101 1010100 1000111 0 11100 100111 110110 10001 11000 100101

Color Harmonies of #755447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755447

Black with #755447

Text Example


Text Example

White with #755447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755447; }

 p { color: rgb(117,84,71); }

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

background-color css

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

 a { background-color: rgb(117,84,71); }

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

border-color css

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

 span { border-color: rgb(117,84,71); }

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