Html Css Color HEX #786278 Old Lavender

📋 copy color: '#786278'

red 120 ◦ green 98 ◦ blue 120

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

Shades of Old Lavender #786278

Tints of Old Lavender #786278

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.99%

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

R = 35.5%
G = 28.99%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#786278 (or 0x786278) is known color: Old Lavender. HEX triplet: 78, 62 and 78. RGB value is (120,98,120). Sum of RGB (Red+Green+Blue) = 120+98+120=338 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.50% from 338); Green value is 98 (38.67% from 255 or 28.99% from 338); Blue value is 120 (47.27% from 255 or 35.50% from 338); Max value from RGB is 120 - color contains mainly: red, blue. Hex color #786278 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786278 is #879D87. Grayscale: #6B6B6B. Windows color (decimal): -8887688 or 7889528. OLE color: 7889528.

HSL color Cylindrical-coordinate representation of color #786278: hue angle of 300º 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 #786278 is Cyan = 0, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 98 120 -
CMYK 0 0.18 0 0.53
HSL 300º 0.1% 0.43% -
HSV(B) 300º 0.18% 0.47% -
XYZ 15.5 14.08 19.67 -
YUV 107.09 135.29 137.21 -
System Red Green Blue C M Y K H S L
Decimal 120 98 120 0 0.18 0 0.53 300 0.1 0.43
Hex 78 62 78 0 12 0 35 12C A 2B
Octal 170 142 170 0 22 0 65 454 12 53
Binary 1111000 1100010 1111000 0 10010 0 110101 100101100 1010 101011

Color Harmonies of #786278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786278

Black with #786278

Text Example


Text Example

White with #786278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #786278; }

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

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

background-color css

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

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

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

border-color css

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

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

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