Html Css Color HEX #755347 Spice

📋 copy color: '#755347'

red 117 ◦ green 83 ◦ blue 71

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

Shades of Spice #755347

Tints of Spice #755347

RGB

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

 GREEN value IS 83 (32.81% from 255) = 30.63%

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

R = 43.17%
G = 30.63%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.39

 K value IS 0.54

RGB Variations

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

Color information

#755347 (or 0x755347) is known color: Spice. HEX triplet: 75, 53 and 47. RGB value is (117,83,71). Sum of RGB (Red+Green+Blue) = 117+83+71=271 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.17% from 271); Green value is 83 (32.81% from 255 or 30.63% from 271); Blue value is 71 (28.12% from 255 or 26.20% from 271); Max value from RGB is 117 - color contains mainly: red. Hex color #755347 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755347 is #8AACB8. Grayscale: #5B5B5B. Windows color (decimal): -9088185 or 4674421. OLE color: 4674421.

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

Color convert

RGB 117 83 71 -
CMYK 0 0.29 0.39 0.54
HSL 15.65º 0.24% 0.37% -
HSV(B) 15.65º 0.39% 0.46% -
XYZ 11.57 10.42 7.36 -
YUV 91.8 116.26 145.98 -
System Red Green Blue C M Y K H S L
Decimal 117 83 71 0 0.29 0.39 0.54 15.65 0.24 0.37
Hex 75 53 47 0 1D 27 36 10 18 25
Octal 165 123 107 0 35 47 66 20 30 45
Binary 1110101 1010011 1000111 0 11101 100111 110110 10000 11000 100101

Color Harmonies of #755347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755347

Black with #755347

Text Example


Text Example

White with #755347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755347; }

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

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

background-color css

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

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

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

border-color css

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

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

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