Html Css Color HEX #776070 Salt Box

📋 copy color: '#776070'

red 119 ◦ green 96 ◦ blue 112

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

Shades of Salt Box #776070

Tints of Salt Box #776070

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.36%

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

R = 36.39%
G = 29.36%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.06

 K value IS 0.53

RGB Variations

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

Color information

#776070 (or 0x776070) is known color: Salt Box. HEX triplet: 77, 60 and 70. RGB value is (119,96,112). Sum of RGB (Red+Green+Blue) = 119+96+112=327 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.39% from 327); Green value is 96 (37.89% from 255 or 29.36% from 327); Blue value is 112 (44.14% from 255 or 34.25% from 327); Max value from RGB is 119 - color contains mainly: red. Hex color #776070 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776070 is #889F8F. Grayscale: #686868. Windows color (decimal): -8953744 or 7364727. OLE color: 7364727.

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

Color convert

RGB 119 96 112 -
CMYK 0 0.19 0.06 0.53
HSL 318.26º 0.11% 0.42% -
HSV(B) 318.26º 0.19% 0.47% -
XYZ 14.72 13.46 17.15 -
YUV 104.7 132.12 138.2 -
System Red Green Blue C M Y K H S L
Decimal 119 96 112 0 0.19 0.06 0.53 318.26 0.11 0.42
Hex 77 60 70 0 13 6 35 13E B 2A
Octal 167 140 160 0 23 6 65 476 13 52
Binary 1110111 1100000 1110000 0 10011 110 110101 100111110 1011 101010

Color Harmonies of #776070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776070

Black with #776070

Text Example


Text Example

White with #776070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776070; }

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

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

background-color css

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

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

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

border-color css

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

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

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