Html Css Color HEX #7F6076 Old Lavender

📋 copy color: '#7F6076'

red 127 ◦ green 96 ◦ blue 118

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

Shades of Old Lavender #7F6076

Tints of Old Lavender #7F6076

RGB

 RED value IS 127 (50% from 255) = 37.24%

 GREEN value IS 96 (37.89% from 255) = 28.15%

 BLUE value IS 118 (46.48% from 255) = 34.6%

R = 37.24%
G = 28.15%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.07

 K value IS 0.50

RGB Variations

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

Color information

#7F6076 (or 0x7F6076) is known color: Old Lavender. HEX triplet: 7F, 60 and 76. RGB value is (127,96,118). Sum of RGB (Red+Green+Blue) = 127+96+118=341 (45% of max value = 765). Red value is 127 (50% from 255 or 37.24% from 341); Green value is 96 (37.89% from 255 or 28.15% from 341); Blue value is 118 (46.48% from 255 or 34.60% from 341); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6076 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F6076 is #809F89. Grayscale: #6B6B6B. Windows color (decimal): -8429450 or 7757951. OLE color: 7757951.

HSL color Cylindrical-coordinate representation of color #7F6076: hue angle of 317.42º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7F6076 is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 96 118 -
CMYK 0 0.24 0.07 0.50
HSL 317.42º 0.14% 0.44% -
HSV(B) 317.42º 0.24% 0.5% -
XYZ 16.21 14.19 19.02 -
YUV 107.78 133.77 141.71 -
System Red Green Blue C M Y K H S L
Decimal 127 96 118 0 0.24 0.07 0.50 317.42 0.14 0.44
Hex 7F 60 76 0 18 7 32 13D E 2C
Octal 177 140 166 0 30 7 62 475 16 54
Binary 1111111 1100000 1110110 0 11000 111 110010 100111101 1110 101100

Color Harmonies of #7F6076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F6076

Black with #7F6076

Text Example


Text Example

White with #7F6076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F6076; }

 p { color: rgb(127,96,118); }

 H1.HeaderClassName
 {
   color: #7F6076;
 }
 .AnyTagClassName
 {
   color: #7F6076;
 }
</style>

background-color css

<style>
 a { background-color: #7F6076; }

 a { background-color: rgb(127,96,118); }

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

border-color css

<style>
 span { border-color: #7F6076; }

 span { border-color: rgb(127,96,118); }

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