Html Css Color HEX #796376 Old Lavender

📋 copy color: '#796376'

red 121 ◦ green 99 ◦ blue 118

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

Shades of Old Lavender #796376

Tints of Old Lavender #796376

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.29%

 BLUE value IS 118 (46.48% from 255) = 34.91%

R = 35.8%
G = 29.29%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.02

 K value IS 0.53

RGB Variations

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

Color information

#796376 (or 0x796376) is known color: Old Lavender. HEX triplet: 79, 63 and 76. RGB value is (121,99,118). Sum of RGB (Red+Green+Blue) = 121+99+118=338 (44% of max value = 765). Red value is 121 (47.66% from 255 or 35.80% from 338); Green value is 99 (39.06% from 255 or 29.29% from 338); Blue value is 118 (46.48% from 255 or 34.91% from 338); Max value from RGB is 121 - color contains mainly: red. Hex color #796376 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796376 is #869C89. Grayscale: #6B6B6B. Windows color (decimal): -8821898 or 7758713. OLE color: 7758713.

HSL color Cylindrical-coordinate representation of color #796376: hue angle of 308.18º degrees, saturation: 0.1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #796376 is Cyan = 0, Magento = 0.18, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 99 118 -
CMYK 0 0.18 0.02 0.53
HSL 308.18º 0.1% 0.43% -
HSV(B) 308.18º 0.18% 0.47% -
XYZ 15.62 14.3 19.08 -
YUV 107.74 133.79 137.46 -
System Red Green Blue C M Y K H S L
Decimal 121 99 118 0 0.18 0.02 0.53 308.18 0.1 0.43
Hex 79 63 76 0 12 2 35 134 A 2B
Octal 171 143 166 0 22 2 65 464 12 53
Binary 1111001 1100011 1110110 0 10010 10 110101 100110100 1010 101011

Color Harmonies of #796376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796376

Black with #796376

Text Example


Text Example

White with #796376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #796376; }

 p { color: rgb(121,99,118); }

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

background-color css

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

 a { background-color: rgb(121,99,118); }

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

border-color css

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

 span { border-color: rgb(121,99,118); }

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