Html Css Color HEX #80737F Old Lavender

📋 copy color: '#80737F'

red 128 ◦ green 115 ◦ blue 127

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

Shades of Old Lavender #80737F

Tints of Old Lavender #80737F

RGB

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

 GREEN value IS 115 (45.31% from 255) = 31.08%

 BLUE value IS 127 (50% from 255) = 34.32%

R = 34.59%
G = 31.08%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.01

 K value IS 0.50

RGB Variations

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

Color information

#80737F (or 0x80737F) is known color: Old Lavender. HEX triplet: 80, 73 and 7F. RGB value is (128,115,127). Sum of RGB (Red+Green+Blue) = 128+115+127=370 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.59% from 370); Green value is 115 (45.31% from 255 or 31.08% from 370); Blue value is 127 (50% from 255 or 34.32% from 370); Max value from RGB is 128 - color contains mainly: red. Hex color #80737F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80737F is #7F8C80. Grayscale: #787878. Windows color (decimal): -8359041 or 8352640. OLE color: 8352640.

HSL color Cylindrical-coordinate representation of color #80737F: hue angle of 304.62º degrees, saturation: 0.05, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #80737F is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 115 127 -
CMYK 0 0.10 0.01 0.50
HSL 304.62º 0.05% 0.48% -
HSV(B) 304.62º 0.1% 0.5% -
XYZ 18.86 18.38 22.63 -
YUV 120.26 131.81 133.52 -
System Red Green Blue C M Y K H S L
Decimal 128 115 127 0 0.10 0.01 0.50 304.62 0.05 0.48
Hex 80 73 7F 0 A 1 32 131 5 30
Octal 200 163 177 0 12 1 62 461 5 60
Binary 10000000 1110011 1111111 0 1010 1 110010 100110001 101 110000

Color Harmonies of #80737F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80737F

Black with #80737F

Text Example


Text Example

White with #80737F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80737F; }

 p { color: rgb(128,115,127); }

 H1.HeaderClassName
 {
   color: #80737F;
 }
 .AnyTagClassName
 {
   color: #80737F;
 }
</style>

background-color css

<style>
 a { background-color: #80737F; }

 a { background-color: rgb(128,115,127); }

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

border-color css

<style>
 span { border-color: #80737F; }

 span { border-color: rgb(128,115,127); }

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