Html Css Color HEX #815B77 Old Lavender

📋 copy color: '#815B77'

red 129 ◦ green 91 ◦ blue 119

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

Shades of Old Lavender #815B77

Tints of Old Lavender #815B77

RGB

 RED value IS 129 (50.78% from 255) = 38.05%

 GREEN value IS 91 (35.94% from 255) = 26.84%

 BLUE value IS 119 (46.88% from 255) = 35.1%

R = 38.05%
G = 26.84%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#815B77 (or 0x815B77) is known color: Old Lavender. HEX triplet: 81, 5B and 77. RGB value is (129,91,119). Sum of RGB (Red+Green+Blue) = 129+91+119=339 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.05% from 339); Green value is 91 (35.94% from 255 or 26.84% from 339); Blue value is 119 (46.88% from 255 or 35.10% from 339); Max value from RGB is 129 - color contains mainly: red. Hex color #815B77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815B77 is #7EA488. Grayscale: #696969. Windows color (decimal): -8299657 or 7822209. OLE color: 7822209.

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

Color convert

RGB 129 91 119 -
CMYK 0 0.29 0.08 0.49
HSL 315.79º 0.17% 0.43% -
HSV(B) 315.79º 0.29% 0.51% -
XYZ 16.12 13.48 19.21 -
YUV 105.55 135.59 144.72 -
System Red Green Blue C M Y K H S L
Decimal 129 91 119 0 0.29 0.08 0.49 315.79 0.17 0.43
Hex 81 5B 77 0 1D 8 31 13C 11 2B
Octal 201 133 167 0 35 10 61 474 21 53
Binary 10000001 1011011 1110111 0 11101 1000 110001 100111100 10001 101011

Color Harmonies of #815B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815B77

Black with #815B77

Text Example


Text Example

White with #815B77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #815B77; }

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

 H1.HeaderClassName
 {
   color: #815B77;
 }
 .AnyTagClassName
 {
   color: #815B77;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #815B77;
 }
 .BgClassName
 {
   background-color: #815B77;
 }
</style>

border-color css

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

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

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