Html Css Color HEX #755571 Salt Box

📋 copy color: '#755571'

red 117 ◦ green 85 ◦ blue 113

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

Shades of Salt Box #755571

Tints of Salt Box #755571

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.98%

 BLUE value IS 113 (44.53% from 255) = 35.87%

R = 37.14%
G = 26.98%
B = 35.87%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#755571 (or 0x755571) is known color: Salt Box. HEX triplet: 75, 55 and 71. RGB value is (117,85,113). Sum of RGB (Red+Green+Blue) = 117+85+113=315 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.14% from 315); Green value is 85 (33.59% from 255 or 26.98% from 315); Blue value is 113 (44.53% from 255 or 35.87% from 315); Max value from RGB is 117 - color contains mainly: red. Hex color #755571 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755571 is #8AAA8E. Grayscale: #616161. Windows color (decimal): -9087631 or 7427445. OLE color: 7427445.

HSL color Cylindrical-coordinate representation of color #755571: hue angle of 307.5º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #755571 is Cyan = 0, Magento = 0.27, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 85 113 -
CMYK 0 0.27 0.03 0.54
HSL 307.5º 0.16% 0.4% -
HSV(B) 307.5º 0.27% 0.46% -
XYZ 13.57 11.47 17.12 -
YUV 97.76 136.6 141.72 -
System Red Green Blue C M Y K H S L
Decimal 117 85 113 0 0.27 0.03 0.54 307.5 0.16 0.4
Hex 75 55 71 0 1B 3 36 134 10 28
Octal 165 125 161 0 33 3 66 464 20 50
Binary 1110101 1010101 1110001 0 11011 11 110110 100110100 10000 101000

Color Harmonies of #755571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755571

Black with #755571

Text Example


Text Example

White with #755571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755571; }

 p { color: rgb(117,85,113); }

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

background-color css

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

 a { background-color: rgb(117,85,113); }

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

border-color css

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

 span { border-color: rgb(117,85,113); }

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