Html Css Color HEX #81677F Old Lavender

📋 copy color: '#81677F'

red 129 ◦ green 103 ◦ blue 127

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

Shades of Old Lavender #81677F

Tints of Old Lavender #81677F

RGB

 RED value IS 129 (50.78% from 255) = 35.93%

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

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

R = 35.93%
G = 28.69%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#81677F (or 0x81677F) is known color: Old Lavender. HEX triplet: 81, 67 and 7F. RGB value is (129,103,127). Sum of RGB (Red+Green+Blue) = 129+103+127=359 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.93% from 359); Green value is 103 (40.62% from 255 or 28.69% from 359); Blue value is 127 (50% from 255 or 35.38% from 359); Max value from RGB is 129 - color contains mainly: red. Hex color #81677F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81677F is #7E9880. Grayscale: #717171. Windows color (decimal): -8296577 or 8349569. OLE color: 8349569.

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

Color convert

RGB 129 103 127 -
CMYK 0 0.20 0.02 0.49
HSL 304.62º 0.11% 0.45% -
HSV(B) 304.62º 0.2% 0.51% -
XYZ 17.73 15.9 22.21 -
YUV 113.51 135.61 139.05 -
System Red Green Blue C M Y K H S L
Decimal 129 103 127 0 0.20 0.02 0.49 304.62 0.11 0.45
Hex 81 67 7F 0 14 2 31 131 B 2D
Octal 201 147 177 0 24 2 61 461 13 55
Binary 10000001 1100111 1111111 0 10100 10 110001 100110001 1011 101101

Color Harmonies of #81677F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81677F

Black with #81677F

Text Example


Text Example

White with #81677F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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