Html Css Color HEX #81677E Old Lavender

📋 copy color: '#81677E'

red 129 ◦ green 103 ◦ blue 126

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

Shades of Old Lavender #81677E

Tints of Old Lavender #81677E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 35.2%

R = 36.03%
G = 28.77%
B = 35.2%

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

#81677E (or 0x81677E) is known color: Old Lavender. HEX triplet: 81, 67 and 7E. RGB value is (129,103,126). Sum of RGB (Red+Green+Blue) = 129+103+126=358 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.03% from 358); Green value is 103 (40.62% from 255 or 28.77% from 358); Blue value is 126 (49.61% from 255 or 35.20% from 358); Max value from RGB is 129 - color contains mainly: red. Hex color #81677E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81677E is #7E9881. Grayscale: #717171. Windows color (decimal): -8296578 or 8284033. OLE color: 8284033.

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

Color convert

RGB 129 103 126 -
CMYK 0 0.20 0.02 0.49
HSL 306.92º 0.11% 0.45% -
HSV(B) 306.92º 0.2% 0.51% -
XYZ 17.67 15.87 21.87 -
YUV 113.4 135.11 139.13 -
System Red Green Blue C M Y K H S L
Decimal 129 103 126 0 0.20 0.02 0.49 306.92 0.11 0.45
Hex 81 67 7E 0 14 2 31 133 B 2D
Octal 201 147 176 0 24 2 61 463 13 55
Binary 10000001 1100111 1111110 0 10100 10 110001 100110011 1011 101101

Color Harmonies of #81677E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81677E

Black with #81677E

Text Example


Text Example

White with #81677E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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