Html Css Color HEX #755770 Salt Box

📋 copy color: '#755770'

red 117 ◦ green 87 ◦ blue 112

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

Shades of Salt Box #755770

Tints of Salt Box #755770

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.53%

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

R = 37.03%
G = 27.53%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.04

 K value IS 0.54

RGB Variations

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

Color information

#755770 (or 0x755770) is known color: Salt Box. HEX triplet: 75, 57 and 70. RGB value is (117,87,112). Sum of RGB (Red+Green+Blue) = 117+87+112=316 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.03% from 316); Green value is 87 (34.38% from 255 or 27.53% from 316); Blue value is 112 (44.14% from 255 or 35.44% from 316); Max value from RGB is 117 - color contains mainly: red. Hex color #755770 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755770 is #8AA88F. Grayscale: #626262. Windows color (decimal): -9087120 or 7362421. OLE color: 7362421.

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

Color convert

RGB 117 87 112 -
CMYK 0 0.26 0.04 0.54
HSL 310º 0.15% 0.4% -
HSV(B) 310º 0.26% 0.46% -
XYZ 13.67 11.77 16.88 -
YUV 98.82 135.44 140.97 -
System Red Green Blue C M Y K H S L
Decimal 117 87 112 0 0.26 0.04 0.54 310 0.15 0.4
Hex 75 57 70 0 1A 4 36 136 F 28
Octal 165 127 160 0 32 4 66 466 17 50
Binary 1110101 1010111 1110000 0 11010 100 110110 100110110 1111 101000

Color Harmonies of #755770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755770

Black with #755770

Text Example


Text Example

White with #755770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755770; }

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

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

background-color css

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

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

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

border-color css

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

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

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