#776673

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

Shades of Old Lavender #776673

Tints of Old Lavender #776673

Color information

#776673 (or 0x776673) is unknown color: approx Old Lavender. HEX triplet: 77, 66 and 73. RGB value is (119,102,115). Sum of RGB (Red+Green+Blue) = 119+102+115=336 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.42% from 336); Green value is 102 (40.23% from 255 or 30.36% from 336); Blue value is 115 (45.31% from 255 or 34.23% from 336); Max value from RGB is 119 - color contains mainly: red. Hex color #776673 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776673 is #88998C. Grayscale: #6C6C6C. Windows color (decimal): -8952205 or 7562871. OLE color: 7562871.

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

Color convert

RGB119102115-
CMYK00.140.030.53
HSL314.12º7.69%43.33%-
HSV(B)314.12º14.29%46.67%-
XYZ15.4514.6618.24-
YUV108.56131.63135.44-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.42%
GREEN value IS 102 (40.23% from 255) = 30.36%
BLUE value IS 115 (45.31% from 255) = 34.23%
R=35.42%
G=30.36%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11910211500.140.030.53314.127.6943.33
Hex7766730E33513a82b
Octal1671461630163654721053
Binary11101111100110111001101110111101011001110101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776673; }

 p { color: rgb(119,102,115); }

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

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

 a { background-color: rgb(119,102,115); }

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

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

 span { border-color: rgb(119,102,115); }

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