Html Css Color HEX #776071 Salt Box

📋 copy color: '#776071'

red 119 ◦ green 96 ◦ blue 113

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

Shades of Salt Box #776071

Tints of Salt Box #776071

RGB

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

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

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

R = 36.28%
G = 29.27%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.05

 K value IS 0.53

RGB Variations

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

Color information

#776071 (or 0x776071) is known color: Salt Box. HEX triplet: 77, 60 and 71. RGB value is (119,96,113). Sum of RGB (Red+Green+Blue) = 119+96+113=328 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.28% from 328); Green value is 96 (37.89% from 255 or 29.27% from 328); Blue value is 113 (44.53% from 255 or 34.45% from 328); Max value from RGB is 119 - color contains mainly: red. Hex color #776071 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776071 is #889F8E. Grayscale: #686868. Windows color (decimal): -8953743 or 7430263. OLE color: 7430263.

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

Color convert

RGB 119 96 113 -
CMYK 0 0.19 0.05 0.53
HSL 315.65º 0.11% 0.42% -
HSV(B) 315.65º 0.19% 0.47% -
XYZ 14.77 13.48 17.45 -
YUV 104.82 132.62 138.12 -
System Red Green Blue C M Y K H S L
Decimal 119 96 113 0 0.19 0.05 0.53 315.65 0.11 0.42
Hex 77 60 71 0 13 5 35 13C B 2A
Octal 167 140 161 0 23 5 65 474 13 52
Binary 1110111 1100000 1110001 0 10011 101 110101 100111100 1011 101010

Color Harmonies of #776071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776071

Black with #776071

Text Example


Text Example

White with #776071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776071; }

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

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

background-color css

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

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

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

border-color css

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

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

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