Html Css Color HEX #786674 Old Lavender

📋 copy color: '#786674'

red 120 ◦ green 102 ◦ blue 116

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

Shades of Old Lavender #786674

Tints of Old Lavender #786674

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30.18%

 BLUE value IS 116 (45.7% from 255) = 34.32%

R = 35.5%
G = 30.18%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#786674 (or 0x786674) is known color: Old Lavender. HEX triplet: 78, 66 and 74. RGB value is (120,102,116). Sum of RGB (Red+Green+Blue) = 120+102+116=338 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.50% from 338); Green value is 102 (40.23% from 255 or 30.18% from 338); Blue value is 116 (45.70% from 255 or 34.32% from 338); Max value from RGB is 120 - color contains mainly: red. Hex color #786674 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786674 is #87998B. Grayscale: #6C6C6C. Windows color (decimal): -8886668 or 7628408. OLE color: 7628408.

HSL color Cylindrical-coordinate representation of color #786674: hue angle of 313.33º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #786674 is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 102 116 -
CMYK 0 0.15 0.03 0.53
HSL 313.33º 0.08% 0.44% -
HSV(B) 313.33º 0.15% 0.47% -
XYZ 15.65 14.76 18.55 -
YUV 108.98 131.96 135.86 -
System Red Green Blue C M Y K H S L
Decimal 120 102 116 0 0.15 0.03 0.53 313.33 0.08 0.44
Hex 78 66 74 0 F 3 35 139 8 2C
Octal 170 146 164 0 17 3 65 471 10 54
Binary 1111000 1100110 1110100 0 1111 11 110101 100111001 1000 101100

Color Harmonies of #786674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786674

Black with #786674

Text Example


Text Example

White with #786674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #786674; }

 p { color: rgb(120,102,116); }

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

background-color css

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

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

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

border-color css

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

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

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