Html Css Color HEX #795974 Old Lavender

📋 copy color: '#795974'

red 121 ◦ green 89 ◦ blue 116

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

Shades of Old Lavender #795974

Tints of Old Lavender #795974

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.3%

 BLUE value IS 116 (45.7% from 255) = 35.58%

R = 37.12%
G = 27.3%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.04

 K value IS 0.53

RGB Variations

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

Color information

#795974 (or 0x795974) is known color: Old Lavender. HEX triplet: 79, 59 and 74. RGB value is (121,89,116). Sum of RGB (Red+Green+Blue) = 121+89+116=326 (43% of max value = 765). Red value is 121 (47.66% from 255 or 37.12% from 326); Green value is 89 (35.16% from 255 or 27.30% from 326); Blue value is 116 (45.70% from 255 or 35.58% from 326); Max value from RGB is 121 - color contains mainly: red. Hex color #795974 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795974 is #86A68B. Grayscale: #656565. Windows color (decimal): -8824460 or 7625081. OLE color: 7625081.

HSL color Cylindrical-coordinate representation of color #795974: hue angle of 309.38º 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 #795974 is Cyan = 0, Magento = 0.26, Yellow = 0.04 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 89 116 -
CMYK 0 0.26 0.04 0.53
HSL 309.38º 0.15% 0.41% -
HSV(B) 309.38º 0.26% 0.47% -
XYZ 14.61 12.47 18.16 -
YUV 101.65 136.1 141.8 -
System Red Green Blue C M Y K H S L
Decimal 121 89 116 0 0.26 0.04 0.53 309.38 0.15 0.41
Hex 79 59 74 0 1A 4 35 135 F 29
Octal 171 131 164 0 32 4 65 465 17 51
Binary 1111001 1011001 1110100 0 11010 100 110101 100110101 1111 101001

Color Harmonies of #795974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795974

Black with #795974

Text Example


Text Example

White with #795974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #795974; }

 p { color: rgb(121,89,116); }

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

background-color css

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

 a { background-color: rgb(121,89,116); }

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

border-color css

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

 span { border-color: rgb(121,89,116); }

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