Html Css Color HEX #805E7A Old Lavender

📋 copy color: '#805E7A'

red 128 ◦ green 94 ◦ blue 122

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

Shades of Old Lavender #805E7A

Tints of Old Lavender #805E7A

RGB

 RED value IS 128 (50.39% from 255) = 37.21%

 GREEN value IS 94 (37.11% from 255) = 27.33%

 BLUE value IS 122 (48.05% from 255) = 35.47%

R = 37.21%
G = 27.33%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.05

 K value IS 0.50

RGB Variations

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

Color information

#805E7A (or 0x805E7A) is known color: Old Lavender. HEX triplet: 80, 5E and 7A. RGB value is (128,94,122). Sum of RGB (Red+Green+Blue) = 128+94+122=344 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.21% from 344); Green value is 94 (37.11% from 255 or 27.33% from 344); Blue value is 122 (48.05% from 255 or 35.47% from 344); Max value from RGB is 128 - color contains mainly: red. Hex color #805E7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805E7A is #7FA185. Grayscale: #6B6B6B. Windows color (decimal): -8364422 or 8019584. OLE color: 8019584.

HSL color Cylindrical-coordinate representation of color #805E7A: hue angle of 310.59º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #805E7A is Cyan = 0, Magento = 0.27, Yellow = 0.05 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 94 122 -
CMYK 0 0.27 0.05 0.50
HSL 310.59º 0.15% 0.44% -
HSV(B) 310.59º 0.27% 0.5% -
XYZ 16.42 14 20.25 -
YUV 107.36 136.26 142.72 -
System Red Green Blue C M Y K H S L
Decimal 128 94 122 0 0.27 0.05 0.50 310.59 0.15 0.44
Hex 80 5E 7A 0 1B 5 32 137 F 2C
Octal 200 136 172 0 33 5 62 467 17 54
Binary 10000000 1011110 1111010 0 11011 101 110010 100110111 1111 101100

Color Harmonies of #805E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805E7A

Black with #805E7A

Text Example


Text Example

White with #805E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805E7A; }

 p { color: rgb(128,94,122); }

 H1.HeaderClassName
 {
   color: #805E7A;
 }
 .AnyTagClassName
 {
   color: #805E7A;
 }
</style>

background-color css

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

 a { background-color: rgb(128,94,122); }

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

border-color css

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

 span { border-color: rgb(128,94,122); }

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