Html Css Color HEX #755348 Spice

📋 copy color: '#755348'

red 117 ◦ green 83 ◦ blue 72

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

Shades of Spice #755348

Tints of Spice #755348

RGB

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

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

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

R = 43.01%
G = 30.51%
B = 26.47%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.38

 K value IS 0.54

RGB Variations

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

Color information

#755348 (or 0x755348) is known color: Spice. HEX triplet: 75, 53 and 48. RGB value is (117,83,72). Sum of RGB (Red+Green+Blue) = 117+83+72=272 (36% of max value = 765). Red value is 117 (46.09% from 255 or 43.01% from 272); Green value is 83 (32.81% from 255 or 30.51% from 272); Blue value is 72 (28.52% from 255 or 26.47% from 272); Max value from RGB is 117 - color contains mainly: red. Hex color #755348 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755348 is #8AACB7. Grayscale: #5B5B5B. Windows color (decimal): -9088184 or 4739957. OLE color: 4739957.

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

Color convert

RGB 117 83 72 -
CMYK 0 0.29 0.38 0.54
HSL 14.67º 0.24% 0.37% -
HSV(B) 14.67º 0.38% 0.46% -
XYZ 11.6 10.44 7.53 -
YUV 91.91 116.76 145.89 -
System Red Green Blue C M Y K H S L
Decimal 117 83 72 0 0.29 0.38 0.54 14.67 0.24 0.37
Hex 75 53 48 0 1D 26 36 F 18 25
Octal 165 123 110 0 35 46 66 17 30 45
Binary 1110101 1010011 1001000 0 11101 100110 110110 1111 11000 100101

Color Harmonies of #755348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755348

Black with #755348

Text Example


Text Example

White with #755348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755348; }

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

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

background-color css

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

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

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

border-color css

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

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

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