Html Css Color HEX #775171 Salt Box

📋 copy color: '#775171'

red 119 ◦ green 81 ◦ blue 113

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

Shades of Salt Box #775171

Tints of Salt Box #775171

RGB

 RED value IS 119 (46.88% from 255) = 38.02%

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

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

R = 38.02%
G = 25.88%
B = 36.1%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.05

 K value IS 0.53

RGB Variations

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

Color information

#775171 (or 0x775171) is known color: Salt Box. HEX triplet: 77, 51 and 71. RGB value is (119,81,113). Sum of RGB (Red+Green+Blue) = 119+81+113=313 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.02% from 313); Green value is 81 (32.03% from 255 or 25.88% from 313); Blue value is 113 (44.53% from 255 or 36.10% from 313); Max value from RGB is 119 - color contains mainly: red. Hex color #775171 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775171 is #88AE8E. Grayscale: #5F5F5F. Windows color (decimal): -8957583 or 7426423. OLE color: 7426423.

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

Color convert

RGB 119 81 113 -
CMYK 0 0.32 0.05 0.53
HSL 309.47º 0.19% 0.39% -
HSV(B) 309.47º 0.32% 0.47% -
XYZ 13.53 11 17.03 -
YUV 96.01 137.59 144.4 -
System Red Green Blue C M Y K H S L
Decimal 119 81 113 0 0.32 0.05 0.53 309.47 0.19 0.39
Hex 77 51 71 0 20 5 35 135 13 27
Octal 167 121 161 0 40 5 65 465 23 47
Binary 1110111 1010001 1110001 0 100000 101 110101 100110101 10011 100111

Color Harmonies of #775171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775171

Black with #775171

Text Example


Text Example

White with #775171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775171; }

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

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

background-color css

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

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

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

border-color css

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

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

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