Html Css Color HEX #755171 Salt Box

📋 copy color: '#755171'

red 117 ◦ green 81 ◦ blue 113

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

Shades of Salt Box #755171

Tints of Salt Box #755171

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.05%

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

R = 37.62%
G = 26.05%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#755171 (or 0x755171) is known color: Salt Box. HEX triplet: 75, 51 and 71. RGB value is (117,81,113). Sum of RGB (Red+Green+Blue) = 117+81+113=311 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.62% from 311); Green value is 81 (32.03% from 255 or 26.05% from 311); Blue value is 113 (44.53% from 255 or 36.33% from 311); Max value from RGB is 117 - color contains mainly: red. Hex color #755171 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755171 is #8AAE8E. Grayscale: #5F5F5F. Windows color (decimal): -9088655 or 7426421. OLE color: 7426421.

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

Color convert

RGB 117 81 113 -
CMYK 0 0.31 0.03 0.54
HSL 306.67º 0.18% 0.39% -
HSV(B) 306.67º 0.31% 0.46% -
XYZ 13.26 10.86 17.02 -
YUV 95.41 137.93 143.4 -
System Red Green Blue C M Y K H S L
Decimal 117 81 113 0 0.31 0.03 0.54 306.67 0.18 0.39
Hex 75 51 71 0 1F 3 36 133 12 27
Octal 165 121 161 0 37 3 66 463 22 47
Binary 1110101 1010001 1110001 0 11111 11 110110 100110011 10010 100111

Color Harmonies of #755171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755171

Black with #755171

Text Example


Text Example

White with #755171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755171; }

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

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

background-color css

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

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

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

border-color css

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

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

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