Html Css Color HEX #796071 Salt Box

📋 copy color: '#796071'

red 121 ◦ green 96 ◦ blue 113

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

Shades of Salt Box #796071

Tints of Salt Box #796071

RGB

 RED value IS 121 (47.66% from 255) = 36.67%

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

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

R = 36.67%
G = 29.09%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#796071 (or 0x796071) is known color: Salt Box. HEX triplet: 79, 60 and 71. RGB value is (121,96,113). Sum of RGB (Red+Green+Blue) = 121+96+113=330 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.67% from 330); Green value is 96 (37.89% from 255 or 29.09% from 330); Blue value is 113 (44.53% from 255 or 34.24% from 330); Max value from RGB is 121 - color contains mainly: red. Hex color #796071 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796071 is #869F8E. Grayscale: #696969. Windows color (decimal): -8822671 or 7430265. OLE color: 7430265.

HSL color Cylindrical-coordinate representation of color #796071: hue angle of 319.2º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #796071 is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 96 113 -
CMYK 0 0.21 0.07 0.53
HSL 319.2º 0.12% 0.43% -
HSV(B) 319.2º 0.21% 0.47% -
XYZ 15.05 13.62 17.46 -
YUV 105.41 132.28 139.12 -
System Red Green Blue C M Y K H S L
Decimal 121 96 113 0 0.21 0.07 0.53 319.2 0.12 0.43
Hex 79 60 71 0 15 7 35 13F C 2B
Octal 171 140 161 0 25 7 65 477 14 53
Binary 1111001 1100000 1110001 0 10101 111 110101 100111111 1100 101011

Color Harmonies of #796071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796071

Black with #796071

Text Example


Text Example

White with #796071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #796071; }

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

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

background-color css

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

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

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

border-color css

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

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

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