Html Css Color HEX #78647A Old Lavender

📋 copy color: '#78647A'

red 120 ◦ green 100 ◦ blue 122

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

Shades of Old Lavender #78647A

Tints of Old Lavender #78647A

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.24%

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

R = 35.09%
G = 29.24%
B = 35.67%

CMYK

 C value IS 0.02

 M value IS 0.18

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#78647A (or 0x78647A) is known color: Old Lavender. HEX triplet: 78, 64 and 7A. RGB value is (120,100,122). Sum of RGB (Red+Green+Blue) = 120+100+122=342 (45% of max value = 765). Red value is 120 (47.27% from 255 or 35.09% from 342); Green value is 100 (39.45% from 255 or 29.24% from 342); Blue value is 122 (48.05% from 255 or 35.67% from 342); Max value from RGB is 122 - color contains mainly: blue. Hex color #78647A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78647A is #879B85. Grayscale: #6C6C6C. Windows color (decimal): -8887174 or 8021112. OLE color: 8021112.

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

Color convert

RGB 120 100 122 -
CMYK 0.02 0.18 0 0.52
HSL 294.55º 0.1% 0.44% -
HSV(B) 294.55º 0.18% 0.48% -
XYZ 15.82 14.51 20.38 -
YUV 108.49 135.63 136.21 -
System Red Green Blue C M Y K H S L
Decimal 120 100 122 0.02 0.18 0 0.52 294.55 0.1 0.44
Hex 78 64 7A 2 12 0 34 127 A 2C
Octal 170 144 172 2 22 0 64 447 12 54
Binary 1111000 1100100 1111010 10 10010 0 110100 100100111 1010 101100

Color Harmonies of #78647A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78647A

Black with #78647A

Text Example


Text Example

White with #78647A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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