Html Css Color HEX #776170 Salt Box

📋 copy color: '#776170'

red 119 ◦ green 97 ◦ blue 112

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

Shades of Salt Box #776170

Tints of Salt Box #776170

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.57%

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

R = 36.28%
G = 29.57%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.06

 K value IS 0.53

RGB Variations

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

Color information

#776170 (or 0x776170) is known color: Salt Box. HEX triplet: 77, 61 and 70. RGB value is (119,97,112). Sum of RGB (Red+Green+Blue) = 119+97+112=328 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.28% from 328); Green value is 97 (38.28% from 255 or 29.57% from 328); Blue value is 112 (44.14% from 255 or 34.15% from 328); Max value from RGB is 119 - color contains mainly: red. Hex color #776170 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776170 is #889E8F. Grayscale: #696969. Windows color (decimal): -8953488 or 7364983. OLE color: 7364983.

HSL color Cylindrical-coordinate representation of color #776170: hue angle of 319.09º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #776170 is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 97 112 -
CMYK 0 0.18 0.06 0.53
HSL 319.09º 0.1% 0.42% -
HSV(B) 319.09º 0.18% 0.47% -
XYZ 14.81 13.64 17.18 -
YUV 105.29 131.79 137.78 -
System Red Green Blue C M Y K H S L
Decimal 119 97 112 0 0.18 0.06 0.53 319.09 0.1 0.42
Hex 77 61 70 0 12 6 35 13F A 2A
Octal 167 141 160 0 22 6 65 477 12 52
Binary 1110111 1100001 1110000 0 10010 110 110101 100111111 1010 101010

Color Harmonies of #776170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776170

Black with #776170

Text Example


Text Example

White with #776170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776170; }

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

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

background-color css

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

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

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

border-color css

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

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

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