Html Css Color HEX #755270 Salt Box

📋 copy color: '#755270'

red 117 ◦ green 82 ◦ blue 112

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

Shades of Salt Box #755270

Tints of Salt Box #755270

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.37%

 BLUE value IS 112 (44.14% from 255) = 36.01%

R = 37.62%
G = 26.37%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.04

 K value IS 0.54

RGB Variations

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

Color information

#755270 (or 0x755270) is known color: Salt Box. HEX triplet: 75, 52 and 70. RGB value is (117,82,112). Sum of RGB (Red+Green+Blue) = 117+82+112=311 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.62% from 311); Green value is 82 (32.42% from 255 or 26.37% from 311); Blue value is 112 (44.14% from 255 or 36.01% from 311); Max value from RGB is 117 - color contains mainly: red. Hex color #755270 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755270 is #8AAD8F. Grayscale: #5F5F5F. Windows color (decimal): -9088400 or 7361141. OLE color: 7361141.

HSL color Cylindrical-coordinate representation of color #755270: hue angle of 308.57º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #755270 is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 82 112 -
CMYK 0 0.30 0.04 0.54
HSL 308.57º 0.18% 0.39% -
HSV(B) 308.57º 0.3% 0.46% -
XYZ 13.28 10.99 16.75 -
YUV 95.89 137.1 143.06 -
System Red Green Blue C M Y K H S L
Decimal 117 82 112 0 0.30 0.04 0.54 308.57 0.18 0.39
Hex 75 52 70 0 1E 4 36 135 12 27
Octal 165 122 160 0 36 4 66 465 22 47
Binary 1110101 1010010 1110000 0 11110 100 110110 100110101 10010 100111

Color Harmonies of #755270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755270

Black with #755270

Text Example


Text Example

White with #755270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755270; }

 p { color: rgb(117,82,112); }

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

background-color css

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

 a { background-color: rgb(117,82,112); }

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

border-color css

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

 span { border-color: rgb(117,82,112); }

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