Html Css Color HEX #755071 Salt Box

📋 copy color: '#755071'

red 117 ◦ green 80 ◦ blue 113

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

Shades of Salt Box #755071

Tints of Salt Box #755071

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.81%

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

R = 37.74%
G = 25.81%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#755071 (or 0x755071) is known color: Salt Box. HEX triplet: 75, 50 and 71. RGB value is (117,80,113). Sum of RGB (Red+Green+Blue) = 117+80+113=310 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.74% from 310); Green value is 80 (31.64% from 255 or 25.81% from 310); Blue value is 113 (44.53% from 255 or 36.45% from 310); Max value from RGB is 117 - color contains mainly: red. Hex color #755071 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755071 is #8AAF8E. Grayscale: #5E5E5E. Windows color (decimal): -9088911 or 7426165. OLE color: 7426165.

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

Color convert

RGB 117 80 113 -
CMYK 0 0.32 0.03 0.54
HSL 306.49º 0.19% 0.39% -
HSV(B) 306.49º 0.32% 0.46% -
XYZ 13.19 10.71 17 -
YUV 94.83 138.26 143.82 -
System Red Green Blue C M Y K H S L
Decimal 117 80 113 0 0.32 0.03 0.54 306.49 0.19 0.39
Hex 75 50 71 0 20 3 36 132 13 27
Octal 165 120 161 0 40 3 66 462 23 47
Binary 1110101 1010000 1110001 0 100000 11 110110 100110010 10011 100111

Color Harmonies of #755071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755071

Black with #755071

Text Example


Text Example

White with #755071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755071; }

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

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

background-color css

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

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

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

border-color css

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

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

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