Html Css Color HEX #81707F Old Lavender

📋 copy color: '#81707F'

red 129 ◦ green 112 ◦ blue 127

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

Shades of Old Lavender #81707F

Tints of Old Lavender #81707F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.43%

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

R = 35.05%
G = 30.43%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#81707F (or 0x81707F) is known color: Old Lavender. HEX triplet: 81, 70 and 7F. RGB value is (129,112,127). Sum of RGB (Red+Green+Blue) = 129+112+127=368 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.05% from 368); Green value is 112 (44.14% from 255 or 30.43% from 368); Blue value is 127 (50% from 255 or 34.51% from 368); Max value from RGB is 129 - color contains mainly: red. Hex color #81707F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81707F is #7E8F80. Grayscale: #767676. Windows color (decimal): -8294273 or 8351873. OLE color: 8351873.

HSL color Cylindrical-coordinate representation of color #81707F: hue angle of 307.06º degrees, saturation: 0.07, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #81707F is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 112 127 -
CMYK 0 0.13 0.02 0.49
HSL 307.06º 0.07% 0.47% -
HSV(B) 307.06º 0.13% 0.51% -
XYZ 18.68 17.79 22.53 -
YUV 118.79 132.63 135.28 -
System Red Green Blue C M Y K H S L
Decimal 129 112 127 0 0.13 0.02 0.49 307.06 0.07 0.47
Hex 81 70 7F 0 D 2 31 133 7 2F
Octal 201 160 177 0 15 2 61 463 7 57
Binary 10000001 1110000 1111111 0 1101 10 110001 100110011 111 101111

Color Harmonies of #81707F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81707F

Black with #81707F

Text Example


Text Example

White with #81707F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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