Html Css Color HEX #805B78 Old Lavender

📋 copy color: '#805B78'

red 128 ◦ green 91 ◦ blue 120

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

Shades of Old Lavender #805B78

Tints of Old Lavender #805B78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 35.4%

R = 37.76%
G = 26.84%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.06

 K value IS 0.50

RGB Variations

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

Color information

#805B78 (or 0x805B78) is known color: Old Lavender. HEX triplet: 80, 5B and 78. RGB value is (128,91,120). Sum of RGB (Red+Green+Blue) = 128+91+120=339 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.76% from 339); Green value is 91 (35.94% from 255 or 26.84% from 339); Blue value is 120 (47.27% from 255 or 35.40% from 339); Max value from RGB is 128 - color contains mainly: red. Hex color #805B78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805B78 is #7FA487. Grayscale: #696969. Windows color (decimal): -8365192 or 7887744. OLE color: 7887744.

HSL color Cylindrical-coordinate representation of color #805B78: hue angle of 312.97º degrees, saturation: 0.17, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #805B78 is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 91 120 -
CMYK 0 0.29 0.06 0.50
HSL 312.97º 0.17% 0.43% -
HSV(B) 312.97º 0.29% 0.5% -
XYZ 16.03 13.43 19.52 -
YUV 105.37 136.26 144.14 -
System Red Green Blue C M Y K H S L
Decimal 128 91 120 0 0.29 0.06 0.50 312.97 0.17 0.43
Hex 80 5B 78 0 1D 6 32 139 11 2B
Octal 200 133 170 0 35 6 62 471 21 53
Binary 10000000 1011011 1111000 0 11101 110 110010 100111001 10001 101011

Color Harmonies of #805B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805B78

Black with #805B78

Text Example


Text Example

White with #805B78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,91,120); }

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

background-color css

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

 a { background-color: rgb(128,91,120); }

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

border-color css

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

 span { border-color: rgb(128,91,120); }

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