Html Css Color HEX #786078 Old Lavender

📋 copy color: '#786078'

red 120 ◦ green 96 ◦ blue 120

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

Shades of Old Lavender #786078

Tints of Old Lavender #786078

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.57%

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

R = 35.71%
G = 28.57%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#786078 (or 0x786078) is known color: Old Lavender. HEX triplet: 78, 60 and 78. RGB value is (120,96,120). Sum of RGB (Red+Green+Blue) = 120+96+120=336 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.71% from 336); Green value is 96 (37.89% from 255 or 28.57% from 336); Blue value is 120 (47.27% from 255 or 35.71% from 336); Max value from RGB is 120 - color contains mainly: red, blue. Hex color #786078 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786078 is #879F87. Grayscale: #696969. Windows color (decimal): -8888200 or 7889016. OLE color: 7889016.

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

Color convert

RGB 120 96 120 -
CMYK 0 0.2 0 0.53
HSL 300º 0.11% 0.42% -
HSV(B) 300º 0.2% 0.47% -
XYZ 15.32 13.71 19.61 -
YUV 105.91 135.95 138.05 -
System Red Green Blue C M Y K H S L
Decimal 120 96 120 0 0.2 0 0.53 300 0.11 0.42
Hex 78 60 78 0 14 0 35 12C B 2A
Octal 170 140 170 0 24 0 65 454 13 52
Binary 1111000 1100000 1111000 0 10100 0 110101 100101100 1011 101010

Color Harmonies of #786078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786078

Black with #786078

Text Example


Text Example

White with #786078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #786078; }

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

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

background-color css

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

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

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

border-color css

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

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

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