Html Css Color HEX #755146 Spice

📋 copy color: '#755146'

red 117 ◦ green 81 ◦ blue 70

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

Shades of Spice #755146

Tints of Spice #755146

RGB

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

 GREEN value IS 81 (32.03% from 255) = 30.22%

 BLUE value IS 70 (27.73% from 255) = 26.12%

R = 43.66%
G = 30.22%
B = 26.12%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.40

 K value IS 0.54

RGB Variations

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

Color information

#755146 (or 0x755146) is known color: Spice. HEX triplet: 75, 51 and 46. RGB value is (117,81,70). Sum of RGB (Red+Green+Blue) = 117+81+70=268 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.66% from 268); Green value is 81 (32.03% from 255 or 30.22% from 268); Blue value is 70 (27.73% from 255 or 26.12% from 268); Max value from RGB is 117 - color contains mainly: red. Hex color #755146 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755146 is #8AAEB9. Grayscale: #5A5A5A. Windows color (decimal): -9088698 or 4608373. OLE color: 4608373.

HSL color Cylindrical-coordinate representation of color #755146: hue angle of 14.04º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #755146 is Cyan = 0, Magento = 0.31, Yellow = 0.40 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 81 70 -
CMYK 0 0.31 0.40 0.54
HSL 14.04º 0.25% 0.37% -
HSV(B) 14.04º 0.4% 0.46% -
XYZ 11.38 10.11 7.15 -
YUV 90.51 116.43 146.89 -
System Red Green Blue C M Y K H S L
Decimal 117 81 70 0 0.31 0.40 0.54 14.04 0.25 0.37
Hex 75 51 46 0 1F 28 36 E 19 25
Octal 165 121 106 0 37 50 66 16 31 45
Binary 1110101 1010001 1000110 0 11111 101000 110110 1110 11001 100101

Color Harmonies of #755146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755146

Black with #755146

Text Example


Text Example

White with #755146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755146; }

 p { color: rgb(117,81,70); }

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

background-color css

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

 a { background-color: rgb(117,81,70); }

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

border-color css

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

 span { border-color: rgb(117,81,70); }

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