#776175

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

Shades of Old Lavender #776175

Tints of Old Lavender #776175

Color information

#776175 (or 0x776175) is unknown color: approx Old Lavender. HEX triplet: 77, 61 and 75. RGB value is (119,97,117). Sum of RGB (Red+Green+Blue) = 119+97+117=333 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.74% from 333); Green value is 97 (38.28% from 255 or 29.13% from 333); Blue value is 117 (46.09% from 255 or 35.14% from 333); Max value from RGB is 119 - color contains mainly: red. Hex color #776175 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776175 is #889E8A. Grayscale: #696969. Windows color (decimal): -8953483 or 7692663. OLE color: 7692663.

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

Color convert

RGB11997117-
CMYK00.180.020.53
HSL305.45º10.19%42.35%-
HSV(B)305.45º18.49%46.67%-
XYZ15.0913.7618.69-
YUV105.86134.29137.37-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.74%
GREEN value IS 97 (38.28% from 255) = 29.13%
BLUE value IS 117 (46.09% from 255) = 35.14%
R=35.74%
G=29.13%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1199711700.180.020.53305.4510.1942.35
Hex776175012235131a2a
Octal1671411650222654611252
Binary111011111000011110101010010101101011001100011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776175; }

 p { color: rgb(119,97,117); }

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

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

 a { background-color: rgb(119,97,117); }

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

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

 span { border-color: rgb(119,97,117); }

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