Html Css Color HEX #795A71 Salt Box

📋 copy color: '#795A71'

red 121 ◦ green 90 ◦ blue 113

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

Shades of Salt Box #795A71

Tints of Salt Box #795A71

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.78%

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

R = 37.35%
G = 27.78%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#795A71 (or 0x795A71) is known color: Salt Box. HEX triplet: 79, 5A and 71. RGB value is (121,90,113). Sum of RGB (Red+Green+Blue) = 121+90+113=324 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.35% from 324); Green value is 90 (35.55% from 255 or 27.78% from 324); Blue value is 113 (44.53% from 255 or 34.88% from 324); Max value from RGB is 121 - color contains mainly: red. Hex color #795A71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795A71 is #86A58E. Grayscale: #656565. Windows color (decimal): -8824207 or 7428729. OLE color: 7428729.

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

Color convert

RGB 121 90 113 -
CMYK 0 0.26 0.07 0.53
HSL 315.48º 0.15% 0.41% -
HSV(B) 315.48º 0.26% 0.47% -
XYZ 14.52 12.57 17.28 -
YUV 101.89 134.27 141.63 -
System Red Green Blue C M Y K H S L
Decimal 121 90 113 0 0.26 0.07 0.53 315.48 0.15 0.41
Hex 79 5A 71 0 1A 7 35 13B F 29
Octal 171 132 161 0 32 7 65 473 17 51
Binary 1111001 1011010 1110001 0 11010 111 110101 100111011 1111 101001

Color Harmonies of #795A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795A71

Black with #795A71

Text Example


Text Example

White with #795A71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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