Html Css Color HEX #755470 Salt Box

📋 copy color: '#755470'

red 117 ◦ green 84 ◦ blue 112

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

Shades of Salt Box #755470

Tints of Salt Box #755470

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.84%

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

R = 37.38%
G = 26.84%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.04

 K value IS 0.54

RGB Variations

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

Color information

#755470 (or 0x755470) is known color: Salt Box. HEX triplet: 75, 54 and 70. RGB value is (117,84,112). Sum of RGB (Red+Green+Blue) = 117+84+112=313 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.38% from 313); Green value is 84 (33.20% from 255 or 26.84% from 313); Blue value is 112 (44.14% from 255 or 35.78% from 313); Max value from RGB is 117 - color contains mainly: red. Hex color #755470 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755470 is #8AAB8F. Grayscale: #606060. Windows color (decimal): -9087888 or 7361653. OLE color: 7361653.

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

Color convert

RGB 117 84 112 -
CMYK 0 0.28 0.04 0.54
HSL 309.09º 0.16% 0.39% -
HSV(B) 309.09º 0.28% 0.46% -
XYZ 13.43 11.29 16.8 -
YUV 97.06 136.43 142.22 -
System Red Green Blue C M Y K H S L
Decimal 117 84 112 0 0.28 0.04 0.54 309.09 0.16 0.39
Hex 75 54 70 0 1C 4 36 135 10 27
Octal 165 124 160 0 34 4 66 465 20 47
Binary 1110101 1010100 1110000 0 11100 100 110110 100110101 10000 100111

Color Harmonies of #755470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755470

Black with #755470

Text Example


Text Example

White with #755470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755470; }

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

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

background-color css

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

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

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

border-color css

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

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

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