Html Css Color HEX #816F7F Old Lavender

📋 copy color: '#816F7F'

red 129 ◦ green 111 ◦ blue 127

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

Shades of Old Lavender #816F7F

Tints of Old Lavender #816F7F

RGB

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

 GREEN value IS 111 (43.75% from 255) = 30.25%

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

R = 35.15%
G = 30.25%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#816F7F (or 0x816F7F) is known color: Old Lavender. HEX triplet: 81, 6F and 7F. RGB value is (129,111,127). Sum of RGB (Red+Green+Blue) = 129+111+127=367 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.15% from 367); Green value is 111 (43.75% from 255 or 30.25% from 367); Blue value is 127 (50% from 255 or 34.60% from 367); Max value from RGB is 129 - color contains mainly: red. Hex color #816F7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816F7F is #7E9080. Grayscale: #767676. Windows color (decimal): -8294529 or 8351617. OLE color: 8351617.

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

Color convert

RGB 129 111 127 -
CMYK 0 0.14 0.02 0.49
HSL 306.67º 0.08% 0.47% -
HSV(B) 306.67º 0.14% 0.51% -
XYZ 18.57 17.57 22.49 -
YUV 118.21 132.96 135.7 -
System Red Green Blue C M Y K H S L
Decimal 129 111 127 0 0.14 0.02 0.49 306.67 0.08 0.47
Hex 81 6F 7F 0 E 2 31 133 8 2F
Octal 201 157 177 0 16 2 61 463 10 57
Binary 10000001 1101111 1111111 0 1110 10 110001 100110011 1000 101111

Color Harmonies of #816F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816F7F

Black with #816F7F

Text Example


Text Example

White with #816F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #816F7F; }

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

 H1.HeaderClassName
 {
   color: #816F7F;
 }
 .AnyTagClassName
 {
   color: #816F7F;
 }
</style>

background-color css

<style>
 a { background-color: #816F7F; }

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

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

border-color css

<style>
 span { border-color: #816F7F; }

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

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