Html Css Color HEX #795C70 Salt Box

📋 copy color: '#795C70'

red 121 ◦ green 92 ◦ blue 112

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

Shades of Salt Box #795C70

Tints of Salt Box #795C70

RGB

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

 GREEN value IS 92 (36.33% from 255) = 28.31%

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

R = 37.23%
G = 28.31%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#795C70 (or 0x795C70) is known color: Salt Box. HEX triplet: 79, 5C and 70. RGB value is (121,92,112). Sum of RGB (Red+Green+Blue) = 121+92+112=325 (43% of max value = 765). Red value is 121 (47.66% from 255 or 37.23% from 325); Green value is 92 (36.33% from 255 or 28.31% from 325); Blue value is 112 (44.14% from 255 or 34.46% from 325); Max value from RGB is 121 - color contains mainly: red. Hex color #795C70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795C70 is #86A38F. Grayscale: #666666. Windows color (decimal): -8823696 or 7363705. OLE color: 7363705.

HSL color Cylindrical-coordinate representation of color #795C70: hue angle of 318.62º degrees, saturation: 0.14, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #795C70 is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 92 112 -
CMYK 0 0.24 0.07 0.53
HSL 318.62º 0.14% 0.42% -
HSV(B) 318.62º 0.24% 0.47% -
XYZ 14.64 12.89 17.05 -
YUV 102.95 133.11 140.87 -
System Red Green Blue C M Y K H S L
Decimal 121 92 112 0 0.24 0.07 0.53 318.62 0.14 0.42
Hex 79 5C 70 0 18 7 35 13F E 2A
Octal 171 134 160 0 30 7 65 477 16 52
Binary 1111001 1011100 1110000 0 11000 111 110101 100111111 1110 101010

Color Harmonies of #795C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795C70

Black with #795C70

Text Example


Text Example

White with #795C70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #795C70; }

 p { color: rgb(121,92,112); }

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

background-color css

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

 a { background-color: rgb(121,92,112); }

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

border-color css

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

 span { border-color: rgb(121,92,112); }

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