Html Css Color HEX #786B78 Old Lavender

📋 copy color: '#786B78'

red 120 ◦ green 107 ◦ blue 120

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

Shades of Old Lavender #786B78

Tints of Old Lavender #786B78

RGB

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

 GREEN value IS 107 (42.19% from 255) = 30.84%

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

R = 34.58%
G = 30.84%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#786B78 (or 0x786B78) is known color: Old Lavender. HEX triplet: 78, 6B and 78. RGB value is (120,107,120). Sum of RGB (Red+Green+Blue) = 120+107+120=347 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.58% from 347); Green value is 107 (42.19% from 255 or 30.84% from 347); Blue value is 120 (47.27% from 255 or 34.58% from 347); Max value from RGB is 120 - color contains mainly: red, blue. Hex color #786B78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786B78 is #879487. Grayscale: #707070. Windows color (decimal): -8885384 or 7891832. OLE color: 7891832.

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

Color convert

RGB 120 107 120 -
CMYK 0 0.11 0 0.53
HSL 300º 0.06% 0.45% -
HSV(B) 300º 0.11% 0.47% -
XYZ 16.39 15.86 19.97 -
YUV 112.37 132.31 133.44 -
System Red Green Blue C M Y K H S L
Decimal 120 107 120 0 0.11 0 0.53 300 0.06 0.45
Hex 78 6B 78 0 B 0 35 12C 6 2D
Octal 170 153 170 0 13 0 65 454 6 55
Binary 1111000 1101011 1111000 0 1011 0 110101 100101100 110 101101

Color Harmonies of #786B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786B78

Black with #786B78

Text Example


Text Example

White with #786B78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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