Html Css Color HEX #775170 Salt Box

📋 copy color: '#775170'

red 119 ◦ green 81 ◦ blue 112

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

Shades of Salt Box #775170

Tints of Salt Box #775170

RGB

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

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

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

R = 38.14%
G = 25.96%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.06

 K value IS 0.53

RGB Variations

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

Color information

#775170 (or 0x775170) is known color: Salt Box. HEX triplet: 77, 51 and 70. RGB value is (119,81,112). Sum of RGB (Red+Green+Blue) = 119+81+112=312 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.14% from 312); Green value is 81 (32.03% from 255 or 25.96% from 312); Blue value is 112 (44.14% from 255 or 35.90% from 312); Max value from RGB is 119 - color contains mainly: red. Hex color #775170 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775170 is #88AE8F. Grayscale: #5F5F5F. Windows color (decimal): -8957584 or 7360887. OLE color: 7360887.

HSL color Cylindrical-coordinate representation of color #775170: hue angle of 311.05º 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 #775170 is Cyan = 0, Magento = 0.32, Yellow = 0.06 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 81 112 -
CMYK 0 0.32 0.06 0.53
HSL 311.05º 0.19% 0.39% -
HSV(B) 311.05º 0.32% 0.47% -
XYZ 13.47 10.98 16.74 -
YUV 95.9 137.09 144.48 -
System Red Green Blue C M Y K H S L
Decimal 119 81 112 0 0.32 0.06 0.53 311.05 0.19 0.39
Hex 77 51 70 0 20 6 35 137 13 27
Octal 167 121 160 0 40 6 65 467 23 47
Binary 1110111 1010001 1110000 0 100000 110 110101 100110111 10011 100111

Color Harmonies of #775170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775170

Black with #775170

Text Example


Text Example

White with #775170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775170; }

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

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

background-color css

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

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

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

border-color css

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

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

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