Html Css Color HEX #795771 Salt Box

📋 copy color: '#795771'

red 121 ◦ green 87 ◦ blue 113

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

Shades of Salt Box #795771

Tints of Salt Box #795771

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.1%

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

R = 37.69%
G = 27.1%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#795771 (or 0x795771) is known color: Salt Box. HEX triplet: 79, 57 and 71. RGB value is (121,87,113). Sum of RGB (Red+Green+Blue) = 121+87+113=321 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.69% from 321); Green value is 87 (34.38% from 255 or 27.10% from 321); Blue value is 113 (44.53% from 255 or 35.20% from 321); Max value from RGB is 121 - color contains mainly: red. Hex color #795771 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795771 is #86A88E. Grayscale: #646464. Windows color (decimal): -8824975 or 7427961. OLE color: 7427961.

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

Color convert

RGB 121 87 113 -
CMYK 0 0.28 0.07 0.53
HSL 314.12º 0.16% 0.41% -
HSV(B) 314.12º 0.28% 0.47% -
XYZ 14.27 12.07 17.2 -
YUV 100.13 135.26 142.89 -
System Red Green Blue C M Y K H S L
Decimal 121 87 113 0 0.28 0.07 0.53 314.12 0.16 0.41
Hex 79 57 71 0 1C 7 35 13A 10 29
Octal 171 127 161 0 34 7 65 472 20 51
Binary 1111001 1010111 1110001 0 11100 111 110101 100111010 10000 101001

Color Harmonies of #795771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795771

Black with #795771

Text Example


Text Example

White with #795771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #795771; }

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

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

background-color css

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

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

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

border-color css

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

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

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