Html Css Color HEX #795371 Salt Box

📋 copy color: '#795371'

red 121 ◦ green 83 ◦ blue 113

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

Shades of Salt Box #795371

Tints of Salt Box #795371

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.18%

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

R = 38.17%
G = 26.18%
B = 35.65%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#795371 (or 0x795371) is known color: Salt Box. HEX triplet: 79, 53 and 71. RGB value is (121,83,113). Sum of RGB (Red+Green+Blue) = 121+83+113=317 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.17% from 317); Green value is 83 (32.81% from 255 or 26.18% from 317); Blue value is 113 (44.53% from 255 or 35.65% from 317); Max value from RGB is 121 - color contains mainly: red. Hex color #795371 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795371 is #86AC8E. Grayscale: #616161. Windows color (decimal): -8825999 or 7426937. OLE color: 7426937.

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

Color convert

RGB 121 83 113 -
CMYK 0 0.31 0.07 0.53
HSL 312.63º 0.19% 0.4% -
HSV(B) 312.63º 0.31% 0.47% -
XYZ 13.96 11.44 17.1 -
YUV 97.78 136.59 144.56 -
System Red Green Blue C M Y K H S L
Decimal 121 83 113 0 0.31 0.07 0.53 312.63 0.19 0.4
Hex 79 53 71 0 1F 7 35 139 13 28
Octal 171 123 161 0 37 7 65 471 23 50
Binary 1111001 1010011 1110001 0 11111 111 110101 100111001 10011 101000

Color Harmonies of #795371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795371

Black with #795371

Text Example


Text Example

White with #795371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #795371; }

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

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

background-color css

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

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

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

border-color css

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

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

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