Html Css Color HEX #766676 Old Lavender

📋 copy color: '#766676'

red 118 ◦ green 102 ◦ blue 118

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

Shades of Old Lavender #766676

Tints of Old Lavender #766676

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30.18%

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

R = 34.91%
G = 30.18%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#766676 (or 0x766676) is known color: Old Lavender. HEX triplet: 76, 66 and 76. RGB value is (118,102,118). Sum of RGB (Red+Green+Blue) = 118+102+118=338 (44% of max value = 765). Red value is 118 (46.48% from 255 or 34.91% from 338); Green value is 102 (40.23% from 255 or 30.18% from 338); Blue value is 118 (46.48% from 255 or 34.91% from 338); Max value from RGB is 118 - color contains mainly: red, blue. Hex color #766676 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766676 is #899989. Grayscale: #6C6C6C. Windows color (decimal): -9017738 or 7759478. OLE color: 7759478.

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

Color convert

RGB 118 102 118 -
CMYK 0 0.14 0 0.54
HSL 300º 0.07% 0.43% -
HSV(B) 300º 0.14% 0.46% -
XYZ 15.49 14.66 19.15 -
YUV 108.61 133.3 134.7 -
System Red Green Blue C M Y K H S L
Decimal 118 102 118 0 0.14 0 0.54 300 0.07 0.43
Hex 76 66 76 0 E 0 36 12C 7 2B
Octal 166 146 166 0 16 0 66 454 7 53
Binary 1110110 1100110 1110110 0 1110 0 110110 100101100 111 101011

Color Harmonies of #766676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766676

Black with #766676

Text Example


Text Example

White with #766676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766676; }

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

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

background-color css

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

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

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

border-color css

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

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

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