#78637A

Color #78637A Old Lavender (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Lavender #78637A

Tints of Old Lavender #78637A

Color information

#78637A (or 0x78637A) is unknown color: approx Old Lavender. HEX triplet: 78, 63 and 7A. RGB value is (120,99,122). Sum of RGB (Red+Green+Blue) = 120+99+122=341 (45% of max value = 765). Red value is 120 (47.27% from 255 or 35.19% from 341); Green value is 99 (39.06% from 255 or 29.03% from 341); Blue value is 122 (48.05% from 255 or 35.78% from 341); Max value from RGB is 122 - color contains mainly: blue. Hex color #78637A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78637A is #879C85. Grayscale: #6B6B6B. Windows color (decimal): -8887430 or 8020856. OLE color: 8020856.

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

Color convert

RGB12099122-
CMYK0.020.1900.52
HSL294.78º10.41%43.33%-
HSV(B)294.78º18.85%47.84%-
XYZ15.7214.3220.35-
YUV107.9135.96136.63-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.19%
GREEN value IS 99 (39.06% from 255) = 29.03%
BLUE value IS 122 (48.05% from 255) = 35.78%
R=35.19%
G=29.03%
B=35.78%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal120991220.020.1900.52294.7810.4143.33
Hex78637A213034127a2b
Octal1701431722230644471253
Binary111100011000111111010101001101101001001001111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78637A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #78637A;
 }
 .AnyTagClassName
 {
   color: #78637A;
 }
</style>
background-color css

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

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

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

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

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

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