Html Css Color HEX #766776 Old Lavender

📋 copy color: '#766776'

red 118 ◦ green 103 ◦ blue 118

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

Shades of Old Lavender #766776

Tints of Old Lavender #766776

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.38%

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

R = 34.81%
G = 30.38%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#766776 (or 0x766776) is known color: Old Lavender. HEX triplet: 76, 67 and 76. RGB value is (118,103,118). Sum of RGB (Red+Green+Blue) = 118+103+118=339 (44% of max value = 765). Red value is 118 (46.48% from 255 or 34.81% from 339); Green value is 103 (40.62% from 255 or 30.38% from 339); Blue value is 118 (46.48% from 255 or 34.81% from 339); Max value from RGB is 118 - color contains mainly: red, blue. Hex color #766776 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766776 is #899889. Grayscale: #6D6D6D. Windows color (decimal): -9017482 or 7759734. OLE color: 7759734.

HSL color Cylindrical-coordinate representation of color #766776: 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.13%. Process color model (Four color, CMYK) of #766776 is Cyan = 0, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 103 118 -
CMYK 0 0.13 0 0.54
HSL 300º 0.07% 0.43% -
HSV(B) 300º 0.13% 0.46% -
XYZ 15.59 14.86 19.19 -
YUV 109.2 132.97 134.28 -
System Red Green Blue C M Y K H S L
Decimal 118 103 118 0 0.13 0 0.54 300 0.07 0.43
Hex 76 67 76 0 D 0 36 12C 7 2B
Octal 166 147 166 0 15 0 66 454 7 53
Binary 1110110 1100111 1110110 0 1101 0 110110 100101100 111 101011

Color Harmonies of #766776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766776

Black with #766776

Text Example


Text Example

White with #766776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766776; }

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

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

background-color css

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

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

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

border-color css

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

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

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