Html Css Color HEX #786878 Old Lavender

📋 copy color: '#786878'

red 120 ◦ green 104 ◦ blue 120

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

Shades of Old Lavender #786878

Tints of Old Lavender #786878

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.23%

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

R = 34.88%
G = 30.23%
B = 34.88%

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

#786878 (or 0x786878) is known color: Old Lavender. HEX triplet: 78, 68 and 78. RGB value is (120,104,120). Sum of RGB (Red+Green+Blue) = 120+104+120=344 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.88% from 344); Green value is 104 (41.02% from 255 or 30.23% from 344); Blue value is 120 (47.27% from 255 or 34.88% from 344); Max value from RGB is 120 - color contains mainly: red, blue. Hex color #786878 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786878 is #879787. Grayscale: #6E6E6E. Windows color (decimal): -8886152 or 7891064. OLE color: 7891064.

HSL color Cylindrical-coordinate representation of color #786878: 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.13%. Process color model (Four color, CMYK) of #786878 is Cyan = 0, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 104 120 -
CMYK 0 0.13 0 0.53
HSL 300º 0.07% 0.44% -
HSV(B) 300º 0.13% 0.47% -
XYZ 16.09 15.25 19.86 -
YUV 110.61 133.3 134.7 -
System Red Green Blue C M Y K H S L
Decimal 120 104 120 0 0.13 0 0.53 300 0.07 0.44
Hex 78 68 78 0 D 0 35 12C 7 2C
Octal 170 150 170 0 15 0 65 454 7 54
Binary 1111000 1101000 1111000 0 1101 0 110101 100101100 111 101100

Color Harmonies of #786878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786878

Black with #786878

Text Example


Text Example

White with #786878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #786878; }

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

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

background-color css

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

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

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

border-color css

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

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

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