Html Css Color HEX #796174 Old Lavender

📋 copy color: '#796174'

red 121 ◦ green 97 ◦ blue 116

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

Shades of Old Lavender #796174

Tints of Old Lavender #796174

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.04%

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

R = 36.23%
G = 29.04%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.04

 K value IS 0.53

RGB Variations

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

Color information

#796174 (or 0x796174) is known color: Old Lavender. HEX triplet: 79, 61 and 74. RGB value is (121,97,116). Sum of RGB (Red+Green+Blue) = 121+97+116=334 (44% of max value = 765). Red value is 121 (47.66% from 255 or 36.23% from 334); Green value is 97 (38.28% from 255 or 29.04% from 334); Blue value is 116 (45.70% from 255 or 34.73% from 334); Max value from RGB is 121 - color contains mainly: red. Hex color #796174 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796174 is #869E8B. Grayscale: #6A6A6A. Windows color (decimal): -8822412 or 7627129. OLE color: 7627129.

HSL color Cylindrical-coordinate representation of color #796174: hue angle of 312.5º degrees, saturation: 0.11, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #796174 is Cyan = 0, Magento = 0.20, Yellow = 0.04 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 97 116 -
CMYK 0 0.20 0.04 0.53
HSL 312.5º 0.11% 0.43% -
HSV(B) 312.5º 0.2% 0.47% -
XYZ 15.31 13.88 18.39 -
YUV 106.34 133.45 138.46 -
System Red Green Blue C M Y K H S L
Decimal 121 97 116 0 0.20 0.04 0.53 312.5 0.11 0.43
Hex 79 61 74 0 14 4 35 138 B 2B
Octal 171 141 164 0 24 4 65 470 13 53
Binary 1111001 1100001 1110100 0 10100 100 110101 100111000 1011 101011

Color Harmonies of #796174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796174

Black with #796174

Text Example


Text Example

White with #796174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #796174; }

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

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

background-color css

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

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

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

border-color css

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

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

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