Html Css Color HEX #786978 Old Lavender

📋 copy color: '#786978'

red 120 ◦ green 105 ◦ blue 120

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

Shades of Old Lavender #786978

Tints of Old Lavender #786978

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.43%

 BLUE value IS 120 (47.27% from 255) = 34.78%

R = 34.78%
G = 30.43%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#786978 (or 0x786978) is known color: Old Lavender. HEX triplet: 78, 69 and 78. RGB value is (120,105,120). Sum of RGB (Red+Green+Blue) = 120+105+120=345 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.78% from 345); Green value is 105 (41.41% from 255 or 30.43% from 345); Blue value is 120 (47.27% from 255 or 34.78% from 345); Max value from RGB is 120 - color contains mainly: red, blue. Hex color #786978 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786978 is #879687. Grayscale: #6F6F6F. Windows color (decimal): -8885896 or 7891320. OLE color: 7891320.

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

Color convert

RGB 120 105 120 -
CMYK 0 0.13 0 0.53
HSL 300º 0.07% 0.44% -
HSV(B) 300º 0.13% 0.47% -
XYZ 16.19 15.45 19.9 -
YUV 111.2 132.97 134.28 -
System Red Green Blue C M Y K H S L
Decimal 120 105 120 0 0.13 0 0.53 300 0.07 0.44
Hex 78 69 78 0 D 0 35 12C 7 2C
Octal 170 151 170 0 15 0 65 454 7 54
Binary 1111000 1101001 1111000 0 1101 0 110101 100101100 111 101100

Color Harmonies of #786978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786978

Black with #786978

Text Example


Text Example

White with #786978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #786978; }

 p { color: rgb(120,105,120); }

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

background-color css

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

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

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

border-color css

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

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

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