Html Css Color HEX #766176 Old Lavender

📋 copy color: '#766176'

red 118 ◦ green 97 ◦ blue 118

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

Shades of Old Lavender #766176

Tints of Old Lavender #766176

RGB

 RED value IS 118 (46.48% from 255) = 35.44%

 GREEN value IS 97 (38.28% from 255) = 29.13%

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

R = 35.44%
G = 29.13%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#766176 (or 0x766176) is known color: Old Lavender. HEX triplet: 76, 61 and 76. RGB value is (118,97,118). Sum of RGB (Red+Green+Blue) = 118+97+118=333 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.44% from 333); Green value is 97 (38.28% from 255 or 29.13% from 333); Blue value is 118 (46.48% from 255 or 35.44% from 333); Max value from RGB is 118 - color contains mainly: red, blue. Hex color #766176 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766176 is #899E89. Grayscale: #696969. Windows color (decimal): -9019018 or 7758198. OLE color: 7758198.

HSL color Cylindrical-coordinate representation of color #766176: hue angle of 300º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #766176 is Cyan = 0, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 97 118 -
CMYK 0 0.18 0 0.54
HSL 300º 0.1% 0.42% -
HSV(B) 300º 0.18% 0.46% -
XYZ 15.02 13.71 18.99 -
YUV 105.67 134.96 136.79 -
System Red Green Blue C M Y K H S L
Decimal 118 97 118 0 0.18 0 0.54 300 0.1 0.42
Hex 76 61 76 0 12 0 36 12C A 2A
Octal 166 141 166 0 22 0 66 454 12 52
Binary 1110110 1100001 1110110 0 10010 0 110110 100101100 1010 101010

Color Harmonies of #766176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766176

Black with #766176

Text Example


Text Example

White with #766176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766176; }

 p { color: rgb(118,97,118); }

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

background-color css

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

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

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

border-color css

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

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

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