Html Css Color HEX #786279 Old Lavender

📋 copy color: '#786279'

red 120 ◦ green 98 ◦ blue 121

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

Shades of Old Lavender #786279

Tints of Old Lavender #786279

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 35.69%

R = 35.4%
G = 28.91%
B = 35.69%

CMYK

 C value IS 0.01

 M value IS 0.19

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#786279 (or 0x786279) is known color: Old Lavender. HEX triplet: 78, 62 and 79. RGB value is (120,98,121). Sum of RGB (Red+Green+Blue) = 120+98+121=339 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.40% from 339); Green value is 98 (38.67% from 255 or 28.91% from 339); Blue value is 121 (47.66% from 255 or 35.69% from 339); Max value from RGB is 121 - color contains mainly: blue. Hex color #786279 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786279 is #879D86. Grayscale: #6B6B6B. Windows color (decimal): -8887687 or 7955064. OLE color: 7955064.

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

Color convert

RGB 120 98 121 -
CMYK 0.01 0.19 0 0.53
HSL 297.39º 0.11% 0.43% -
HSV(B) 297.39º 0.19% 0.47% -
XYZ 15.56 14.11 19.99 -
YUV 107.2 135.79 137.13 -
System Red Green Blue C M Y K H S L
Decimal 120 98 121 0.01 0.19 0 0.53 297.39 0.11 0.43
Hex 78 62 79 1 13 0 35 129 B 2B
Octal 170 142 171 1 23 0 65 451 13 53
Binary 1111000 1100010 1111001 1 10011 0 110101 100101001 1011 101011

Color Harmonies of #786279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786279

Black with #786279

Text Example


Text Example

White with #786279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #786279; }

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

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

background-color css

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

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

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

border-color css

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

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

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