Html Css Color HEX #81677C Old Lavender

📋 copy color: '#81677C'

red 129 ◦ green 103 ◦ blue 124

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

Shades of Old Lavender #81677C

Tints of Old Lavender #81677C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 34.83%

R = 36.24%
G = 28.93%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.04

 K value IS 0.49

RGB Variations

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

Color information

#81677C (or 0x81677C) is known color: Old Lavender. HEX triplet: 81, 67 and 7C. RGB value is (129,103,124). Sum of RGB (Red+Green+Blue) = 129+103+124=356 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.24% from 356); Green value is 103 (40.62% from 255 or 28.93% from 356); Blue value is 124 (48.83% from 255 or 34.83% from 356); Max value from RGB is 129 - color contains mainly: red. Hex color #81677C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81677C is #7E9883. Grayscale: #717171. Windows color (decimal): -8296580 or 8152961. OLE color: 8152961.

HSL color Cylindrical-coordinate representation of color #81677C: hue angle of 311.54º 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 #81677C is Cyan = 0, Magento = 0.20, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 103 124 -
CMYK 0 0.20 0.04 0.49
HSL 311.54º 0.11% 0.45% -
HSV(B) 311.54º 0.2% 0.51% -
XYZ 17.54 15.82 21.2 -
YUV 113.17 134.11 139.29 -
System Red Green Blue C M Y K H S L
Decimal 129 103 124 0 0.20 0.04 0.49 311.54 0.11 0.45
Hex 81 67 7C 0 14 4 31 138 B 2D
Octal 201 147 174 0 24 4 61 470 13 55
Binary 10000001 1100111 1111100 0 10100 100 110001 100111000 1011 101101

Color Harmonies of #81677C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81677C

Black with #81677C

Text Example


Text Example

White with #81677C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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