Html Css Color HEX #805E75 Old Lavender

📋 copy color: '#805E75'

red 128 ◦ green 94 ◦ blue 117

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

Shades of Old Lavender #805E75

Tints of Old Lavender #805E75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 34.51%

R = 37.76%
G = 27.73%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.09

 K value IS 0.50

RGB Variations

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

Color information

#805E75 (or 0x805E75) is known color: Old Lavender. HEX triplet: 80, 5E and 75. RGB value is (128,94,117). Sum of RGB (Red+Green+Blue) = 128+94+117=339 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.76% from 339); Green value is 94 (37.11% from 255 or 27.73% from 339); Blue value is 117 (46.09% from 255 or 34.51% from 339); Max value from RGB is 128 - color contains mainly: red. Hex color #805E75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805E75 is #7FA18A. Grayscale: #6A6A6A. Windows color (decimal): -8364427 or 7691904. OLE color: 7691904.

HSL color Cylindrical-coordinate representation of color #805E75: hue angle of 319.41º 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 #805E75 is Cyan = 0, Magento = 0.27, Yellow = 0.09 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 94 117 -
CMYK 0 0.27 0.09 0.50
HSL 319.41º 0.15% 0.44% -
HSV(B) 319.41º 0.27% 0.5% -
XYZ 16.12 13.88 18.66 -
YUV 106.79 133.76 143.13 -
System Red Green Blue C M Y K H S L
Decimal 128 94 117 0 0.27 0.09 0.50 319.41 0.15 0.44
Hex 80 5E 75 0 1B 9 32 13F F 2C
Octal 200 136 165 0 33 11 62 477 17 54
Binary 10000000 1011110 1110101 0 11011 1001 110010 100111111 1111 101100

Color Harmonies of #805E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805E75

Black with #805E75

Text Example


Text Example

White with #805E75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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