Html Css Color HEX #786C78 Old Lavender

📋 copy color: '#786C78'

red 120 ◦ green 108 ◦ blue 120

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

Shades of Old Lavender #786C78

Tints of Old Lavender #786C78

RGB

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

 GREEN value IS 108 (42.58% from 255) = 31.03%

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

R = 34.48%
G = 31.03%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#786C78 (or 0x786C78) is known color: Old Lavender. HEX triplet: 78, 6C and 78. RGB value is (120,108,120). Sum of RGB (Red+Green+Blue) = 120+108+120=348 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.48% from 348); Green value is 108 (42.58% from 255 or 31.03% from 348); Blue value is 120 (47.27% from 255 or 34.48% from 348); Max value from RGB is 120 - color contains mainly: red, blue. Hex color #786C78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786C78 is #879387. Grayscale: #707070. Windows color (decimal): -8885128 or 7892088. OLE color: 7892088.

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

Color convert

RGB 120 108 120 -
CMYK 0 0.10 0 0.53
HSL 300º 0.05% 0.45% -
HSV(B) 300º 0.1% 0.47% -
XYZ 16.5 16.07 20 -
YUV 112.96 131.98 133.02 -
System Red Green Blue C M Y K H S L
Decimal 120 108 120 0 0.10 0 0.53 300 0.05 0.45
Hex 78 6C 78 0 A 0 35 12C 5 2D
Octal 170 154 170 0 12 0 65 454 5 55
Binary 1111000 1101100 1111000 0 1010 0 110101 100101100 101 101101

Color Harmonies of #786C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786C78

Black with #786C78

Text Example


Text Example

White with #786C78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #786C78; }

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

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

background-color css

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

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

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

border-color css

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

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

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