#766378

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

Shades of Old Lavender #766378

Tints of Old Lavender #766378

Color information

#766378 (or 0x766378) is unknown color: approx Old Lavender. HEX triplet: 76, 63 and 78. RGB value is (118,99,120). Sum of RGB (Red+Green+Blue) = 118+99+120=337 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.01% from 337); Green value is 99 (39.06% from 255 or 29.38% from 337); Blue value is 120 (47.27% from 255 or 35.61% from 337); Max value from RGB is 120 - color contains mainly: blue. Hex color #766378 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766378 is #899C87. Grayscale: #6B6B6B. Windows color (decimal): -9018504 or 7889782. OLE color: 7889782.

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

Color convert

RGB11899120-
CMYK0.020.1700.53
HSL294.29º9.59%42.94%-
HSV(B)294.29º17.5%47.06%-
XYZ15.3214.1319.69-
YUV107.07135.29135.79-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.01%
GREEN value IS 99 (39.06% from 255) = 29.38%
BLUE value IS 120 (47.27% from 255) = 35.61%
R=35.01%
G=29.38%
B=35.61%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal118991200.020.1700.53294.299.5942.94
Hex766378211035126a2b
Octal1661431702210654461253
Binary111011011000111111000101000101101011001001101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766378; }

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

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

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

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

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

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

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

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