#776272

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

Shades of Old Lavender #776272

Tints of Old Lavender #776272

Color information

#776272 (or 0x776272) is unknown color: approx Old Lavender. HEX triplet: 77, 62 and 72. RGB value is (119,98,114). Sum of RGB (Red+Green+Blue) = 119+98+114=331 (43% of max value = 765). Red value is 119 (46.88% from 255 or 35.95% from 331); Green value is 98 (38.67% from 255 or 29.61% from 331); Blue value is 114 (44.92% from 255 or 34.44% from 331); Max value from RGB is 119 - color contains mainly: red. Hex color #776272 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776272 is #889D8D. Grayscale: #6A6A6A. Windows color (decimal): -8953230 or 7496311. OLE color: 7496311.

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

Color convert

RGB11998114-
CMYK00.180.040.53
HSL314.29º9.68%42.55%-
HSV(B)314.29º17.65%46.67%-
XYZ15.0113.8717.81-
YUV106.1132.46137.2-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.95%
GREEN value IS 98 (38.67% from 255) = 29.61%
BLUE value IS 114 (44.92% from 255) = 34.44%
R=35.95%
G=29.61%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.04
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1199811400.180.040.53314.299.6842.55
Hex77627201243513aa2b
Octal1671421620224654721253
Binary1110111110001011100100100101001101011001110101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776272; }

 p { color: rgb(119,98,114); }

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

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

 a { background-color: rgb(119,98,114); }

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

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

 span { border-color: rgb(119,98,114); }

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