Html Css Color HEX #766876 Old Lavender

📋 copy color: '#766876'

red 118 ◦ green 104 ◦ blue 118

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

Shades of Old Lavender #766876

Tints of Old Lavender #766876

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.59%

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

R = 34.71%
G = 30.59%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#766876 (or 0x766876) is known color: Old Lavender. HEX triplet: 76, 68 and 76. RGB value is (118,104,118). Sum of RGB (Red+Green+Blue) = 118+104+118=340 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.71% from 340); Green value is 104 (41.02% from 255 or 30.59% from 340); Blue value is 118 (46.48% from 255 or 34.71% from 340); Max value from RGB is 118 - color contains mainly: red, blue. Hex color #766876 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766876 is #899789. Grayscale: #6D6D6D. Windows color (decimal): -9017226 or 7759990. OLE color: 7759990.

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

Color convert

RGB 118 104 118 -
CMYK 0 0.12 0 0.54
HSL 300º 0.06% 0.44% -
HSV(B) 300º 0.12% 0.46% -
XYZ 15.69 15.06 19.22 -
YUV 109.78 132.64 133.86 -
System Red Green Blue C M Y K H S L
Decimal 118 104 118 0 0.12 0 0.54 300 0.06 0.44
Hex 76 68 76 0 C 0 36 12C 6 2C
Octal 166 150 166 0 14 0 66 454 6 54
Binary 1110110 1101000 1110110 0 1100 0 110110 100101100 110 101100

Color Harmonies of #766876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766876

Black with #766876

Text Example


Text Example

White with #766876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766876; }

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

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

background-color css

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

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

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

border-color css

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

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

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