Html Css Color HEX #787079 Old Lavender

📋 copy color: '#787079'

red 120 ◦ green 112 ◦ blue 121

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

Shades of Old Lavender #787079

Tints of Old Lavender #787079

RGB

 RED value IS 120 (47.27% from 255) = 33.99%

 GREEN value IS 112 (44.14% from 255) = 31.73%

 BLUE value IS 121 (47.66% from 255) = 34.28%

R = 33.99%
G = 31.73%
B = 34.28%

CMYK

 C value IS 0.01

 M value IS 0.07

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#787079 (or 0x787079) is known color: Old Lavender. HEX triplet: 78, 70 and 79. RGB value is (120,112,121). Sum of RGB (Red+Green+Blue) = 120+112+121=353 (46% of max value = 765). Red value is 120 (47.27% from 255 or 33.99% from 353); Green value is 112 (44.14% from 255 or 31.73% from 353); Blue value is 121 (47.66% from 255 or 34.28% from 353); Max value from RGB is 121 - color contains mainly: blue. Hex color #787079 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787079 is #878F86. Grayscale: #737373. Windows color (decimal): -8884103 or 7958648. OLE color: 7958648.

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

Color convert

RGB 120 112 121 -
CMYK 0.01 0.07 0 0.53
HSL 293.33º 0.04% 0.46% -
HSV(B) 293.33º 0.07% 0.47% -
XYZ 16.99 16.96 20.47 -
YUV 115.42 131.15 131.27 -
System Red Green Blue C M Y K H S L
Decimal 120 112 121 0.01 0.07 0 0.53 293.33 0.04 0.46
Hex 78 70 79 1 7 0 35 125 4 2E
Octal 170 160 171 1 7 0 65 445 4 56
Binary 1111000 1110000 1111001 1 111 0 110101 100100101 100 101110

Color Harmonies of #787079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787079

Black with #787079

Text Example


Text Example

White with #787079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787079; }

 p { color: rgb(120,112,121); }

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

background-color css

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

 a { background-color: rgb(120,112,121); }

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

border-color css

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

 span { border-color: rgb(120,112,121); }

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