#817781

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

Shades of Old Lavender #817781

Tints of Old Lavender #817781

Color information

#817781 (or 0x817781) is unknown color: approx Old Lavender. HEX triplet: 81, 77 and 81. RGB value is (129,119,129). Sum of RGB (Red+Green+Blue) = 129+119+129=377 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.22% from 377); Green value is 119 (46.88% from 255 or 31.56% from 377); Blue value is 129 (50.78% from 255 or 34.22% from 377); Max value from RGB is 129 - color contains mainly: red, blue. Hex color #817781 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817781 is #7E887E. Grayscale: #7B7B7B. Windows color (decimal): -8292479 or 8484737. OLE color: 8484737.

HSL color Cylindrical-coordinate representation of color #817781: hue angle of 300º degrees, saturation: 0.04, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #817781 is Cyan = 0, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB129119129-
CMYK00.0800.49
HSL300º4.03%48.63%-
HSV(B)300º7.75%50.59%-
XYZ19.6119.4523.49-
YUV123.13131.31132.19-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.22%
GREEN value IS 119 (46.88% from 255) = 31.56%
BLUE value IS 129 (50.78% from 255) = 34.22%
R=34.22%
G=31.56%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12911912900.0800.493004.0348.63
Hex8177810803112c431
Octal201167201010061454461
Binary10000001111011110000001010000110001100101100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817781; }

 p { color: rgb(129,119,129); }

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

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

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

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

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

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

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