Html Css Color HEX #80677F Old Lavender

📋 copy color: '#80677F'

red 128 ◦ green 103 ◦ blue 127

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

Shades of Old Lavender #80677F

Tints of Old Lavender #80677F

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.77%

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

R = 35.75%
G = 28.77%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.01

 K value IS 0.50

RGB Variations

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

Color information

#80677F (or 0x80677F) is known color: Old Lavender. HEX triplet: 80, 67 and 7F. RGB value is (128,103,127). Sum of RGB (Red+Green+Blue) = 128+103+127=358 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.75% from 358); Green value is 103 (40.62% from 255 or 28.77% from 358); Blue value is 127 (50% from 255 or 35.47% from 358); Max value from RGB is 128 - color contains mainly: red. Hex color #80677F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80677F is #7F9880. Grayscale: #717171. Windows color (decimal): -8362113 or 8349568. OLE color: 8349568.

HSL color Cylindrical-coordinate representation of color #80677F: hue angle of 302.4º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #80677F is Cyan = 0, Magento = 0.20, Yellow = 0.01 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 103 127 -
CMYK 0 0.20 0.01 0.50
HSL 302.4º 0.11% 0.45% -
HSV(B) 302.4º 0.2% 0.5% -
XYZ 17.58 15.82 22.21 -
YUV 113.21 135.78 138.55 -
System Red Green Blue C M Y K H S L
Decimal 128 103 127 0 0.20 0.01 0.50 302.4 0.11 0.45
Hex 80 67 7F 0 14 1 32 12E B 2D
Octal 200 147 177 0 24 1 62 456 13 55
Binary 10000000 1100111 1111111 0 10100 1 110010 100101110 1011 101101

Color Harmonies of #80677F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80677F

Black with #80677F

Text Example


Text Example

White with #80677F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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