Html Css Color HEX #817781 Old Lavender

📋 copy color: '#817781'

red 129 ◦ green 119 ◦ blue 129

#817781
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Old Lavender #817781

Tints of Old Lavender #817781

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 value IS 0

 M value IS 0.08

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#817781 (or 0x817781) is known color: 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

RGB 129 119 129 -
CMYK 0 0.08 0 0.49
HSL 300º 0.04% 0.49% -
HSV(B) 300º 0.08% 0.51% -
XYZ 19.61 19.45 23.49 -
YUV 123.13 131.31 132.19 -
System Red Green Blue C M Y K H S L
Decimal 129 119 129 0 0.08 0 0.49 300 0.04 0.49
Hex 81 77 81 0 8 0 31 12C 4 31
Octal 201 167 201 0 10 0 61 454 4 61
Binary 10000001 1110111 10000001 0 1000 0 110001 100101100 100 110001

Color Harmonies of #817781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817781

Black with #817781

Text Example


Text Example

White with #817781

Text Example


Text Example

HTML Codes & Css Web 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>