Html Css Color HEX #766677 Old Lavender

📋 copy color: '#766677'

red 118 ◦ green 102 ◦ blue 119

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

Shades of Old Lavender #766677

Tints of Old Lavender #766677

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 35.1%

R = 34.81%
G = 30.09%
B = 35.1%

CMYK

 C value IS 0.01

 M value IS 0.14

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#766677 (or 0x766677) is known color: Old Lavender. HEX triplet: 76, 66 and 77. RGB value is (118,102,119). Sum of RGB (Red+Green+Blue) = 118+102+119=339 (44% of max value = 765). Red value is 118 (46.48% from 255 or 34.81% from 339); Green value is 102 (40.23% from 255 or 30.09% from 339); Blue value is 119 (46.88% from 255 or 35.10% from 339); Max value from RGB is 119 - color contains mainly: blue. Hex color #766677 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766677 is #899988. Grayscale: #6C6C6C. Windows color (decimal): -9017737 or 7825014. OLE color: 7825014.

HSL color Cylindrical-coordinate representation of color #766677: hue angle of 296.47º degrees, saturation: 0.08, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #766677 is Cyan = 0.01, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 118 102 119 -
CMYK 0.01 0.14 0 0.53
HSL 296.47º 0.08% 0.43% -
HSV(B) 296.47º 0.14% 0.47% -
XYZ 15.55 14.69 19.47 -
YUV 108.72 133.8 134.62 -
System Red Green Blue C M Y K H S L
Decimal 118 102 119 0.01 0.14 0 0.53 296.47 0.08 0.43
Hex 76 66 77 1 E 0 35 128 8 2B
Octal 166 146 167 1 16 0 65 450 10 53
Binary 1110110 1100110 1110111 1 1110 0 110101 100101000 1000 101011

Color Harmonies of #766677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766677

Black with #766677

Text Example


Text Example

White with #766677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766677; }

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

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

background-color css

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

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

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

border-color css

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

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

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