Html Css Color HEX #78697A Old Lavender

📋 copy color: '#78697A'

red 120 ◦ green 105 ◦ blue 122

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

Shades of Old Lavender #78697A

Tints of Old Lavender #78697A

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.26%

 BLUE value IS 122 (48.05% from 255) = 35.16%

R = 34.58%
G = 30.26%
B = 35.16%

CMYK

 C value IS 0.02

 M value IS 0.14

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#78697A (or 0x78697A) is known color: Old Lavender. HEX triplet: 78, 69 and 7A. RGB value is (120,105,122). Sum of RGB (Red+Green+Blue) = 120+105+122=347 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.58% from 347); Green value is 105 (41.41% from 255 or 30.26% from 347); Blue value is 122 (48.05% from 255 or 35.16% from 347); Max value from RGB is 122 - color contains mainly: blue. Hex color #78697A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78697A is #879685. Grayscale: #6F6F6F. Windows color (decimal): -8885894 or 8022392. OLE color: 8022392.

HSL color Cylindrical-coordinate representation of color #78697A: hue angle of 292.94º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #78697A is Cyan = 0.02, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 120 105 122 -
CMYK 0.02 0.14 0 0.52
HSL 292.94º 0.07% 0.45% -
HSV(B) 292.94º 0.14% 0.48% -
XYZ 16.31 15.5 20.54 -
YUV 111.42 133.97 134.12 -
System Red Green Blue C M Y K H S L
Decimal 120 105 122 0.02 0.14 0 0.52 292.94 0.07 0.45
Hex 78 69 7A 2 E 0 34 125 7 2D
Octal 170 151 172 2 16 0 64 445 7 55
Binary 1111000 1101001 1111010 10 1110 0 110100 100100101 111 101101

Color Harmonies of #78697A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78697A

Black with #78697A

Text Example


Text Example

White with #78697A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78697A; }

 p { color: rgb(120,105,122); }

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

background-color css

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

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

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

border-color css

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

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

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