Html Css Color HEX #794B6F Salt Box

📋 copy color: '#794B6F'

red 121 ◦ green 75 ◦ blue 111

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

Shades of Salt Box #794B6F

Tints of Salt Box #794B6F

RGB

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

 GREEN value IS 75 (29.69% from 255) = 24.43%

 BLUE value IS 111 (43.75% from 255) = 36.16%

R = 39.41%
G = 24.43%
B = 36.16%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#794B6F (or 0x794B6F) is known color: Salt Box. HEX triplet: 79, 4B and 6F. RGB value is (121,75,111). Sum of RGB (Red+Green+Blue) = 121+75+111=307 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.41% from 307); Green value is 75 (29.69% from 255 or 24.43% from 307); Blue value is 111 (43.75% from 255 or 36.16% from 307); Max value from RGB is 121 - color contains mainly: red. Hex color #794B6F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #794B6F is #86B490. Grayscale: #5C5C5C. Windows color (decimal): -8828049 or 7293817. OLE color: 7293817.

HSL color Cylindrical-coordinate representation of color #794B6F: hue angle of 313.04º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #794B6F is Cyan = 0, Magento = 0.38, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 75 111 -
CMYK 0 0.38 0.08 0.53
HSL 313.04º 0.23% 0.38% -
HSV(B) 313.04º 0.38% 0.47% -
XYZ 13.27 10.24 16.32 -
YUV 92.86 138.24 148.07 -
System Red Green Blue C M Y K H S L
Decimal 121 75 111 0 0.38 0.08 0.53 313.04 0.23 0.38
Hex 79 4B 6F 0 26 8 35 139 17 26
Octal 171 113 157 0 46 10 65 471 27 46
Binary 1111001 1001011 1101111 0 100110 1000 110101 100111001 10111 100110

Color Harmonies of #794B6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794B6F

Black with #794B6F

Text Example


Text Example

White with #794B6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #794B6F; }

 p { color: rgb(121,75,111); }

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

background-color css

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

 a { background-color: rgb(121,75,111); }

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

border-color css

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

 span { border-color: rgb(121,75,111); }

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