#776574

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

Shades of Old Lavender #776574

Tints of Old Lavender #776574

Color information

#776574 (or 0x776574) is unknown color: approx Old Lavender. HEX triplet: 77, 65 and 74. RGB value is (119,101,116). Sum of RGB (Red+Green+Blue) = 119+101+116=336 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.42% from 336); Green value is 101 (39.84% from 255 or 30.06% from 336); Blue value is 116 (45.70% from 255 or 34.52% from 336); Max value from RGB is 119 - color contains mainly: red. Hex color #776574 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776574 is #889A8B. Grayscale: #6C6C6C. Windows color (decimal): -8952460 or 7628151. OLE color: 7628151.

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

Color convert

RGB119101116-
CMYK00.150.030.53
HSL310º8.18%43.14%-
HSV(B)310º15.13%46.67%-
XYZ15.4114.4918.51-
YUV108.09132.46135.78-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.42%
GREEN value IS 101 (39.84% from 255) = 30.06%
BLUE value IS 116 (45.70% from 255) = 34.52%
R=35.42%
G=30.06%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11910111600.150.030.533108.1843.14
Hex7765740F33513682b
Octal1671451640173654661053
Binary11101111100101111010001111111101011001101101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776574; }

 p { color: rgb(119,101,116); }

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

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

 a { background-color: rgb(119,101,116); }

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

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

 span { border-color: rgb(119,101,116); }

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