Html Css Color HEX #755448 Spice

📋 copy color: '#755448'

red 117 ◦ green 84 ◦ blue 72

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

Shades of Spice #755448

Tints of Spice #755448

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 26.37%

R = 42.86%
G = 30.77%
B = 26.37%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.38

 K value IS 0.54

RGB Variations

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

Color information

#755448 (or 0x755448) is known color: Spice. HEX triplet: 75, 54 and 48. RGB value is (117,84,72). Sum of RGB (Red+Green+Blue) = 117+84+72=273 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.86% from 273); Green value is 84 (33.20% from 255 or 30.77% from 273); Blue value is 72 (28.52% from 255 or 26.37% from 273); Max value from RGB is 117 - color contains mainly: red. Hex color #755448 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755448 is #8AABB7. Grayscale: #5C5C5C. Windows color (decimal): -9087928 or 4740213. OLE color: 4740213.

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

Color convert

RGB 117 84 72 -
CMYK 0 0.28 0.38 0.54
HSL 16º 0.24% 0.37% -
HSV(B) 16º 0.38% 0.46% -
XYZ 11.68 10.59 7.56 -
YUV 92.5 116.43 145.48 -
System Red Green Blue C M Y K H S L
Decimal 117 84 72 0 0.28 0.38 0.54 16 0.24 0.37
Hex 75 54 48 0 1C 26 36 10 18 25
Octal 165 124 110 0 34 46 66 20 30 45
Binary 1110101 1010100 1001000 0 11100 100110 110110 10000 11000 100101

Color Harmonies of #755448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755448

Black with #755448

Text Example


Text Example

White with #755448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755448; }

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

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

background-color css

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

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

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

border-color css

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

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

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