Html Css Color HEX #776677 Old Lavender

📋 copy color: '#776677'

red 119 ◦ green 102 ◦ blue 119

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

Shades of Old Lavender #776677

Tints of Old Lavender #776677

RGB

 RED value IS 119 (46.88% from 255) = 35%

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

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

R = 35%
G = 30%
B = 35%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#776677 (or 0x776677) is known color: Old Lavender. HEX triplet: 77, 66 and 77. RGB value is (119,102,119). Sum of RGB (Red+Green+Blue) = 119+102+119=340 (45% of max value = 765). Red value is 119 (46.88% from 255 or 35% from 340); Green value is 102 (40.23% from 255 or 30% from 340); Blue value is 119 (46.88% from 255 or 35% from 340); Max value from RGB is 119 - color contains mainly: red, blue. Hex color #776677 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776677 is #889988. Grayscale: #6C6C6C. Windows color (decimal): -8952201 or 7825015. OLE color: 7825015.

HSL color Cylindrical-coordinate representation of color #776677: hue angle of 300º 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 #776677 is Cyan = 0, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 102 119 -
CMYK 0 0.14 0 0.53
HSL 300º 0.08% 0.43% -
HSV(B) 300º 0.14% 0.47% -
XYZ 15.69 14.76 19.47 -
YUV 109.02 133.63 135.12 -
System Red Green Blue C M Y K H S L
Decimal 119 102 119 0 0.14 0 0.53 300 0.08 0.43
Hex 77 66 77 0 E 0 35 12C 8 2B
Octal 167 146 167 0 16 0 65 454 10 53
Binary 1110111 1100110 1110111 0 1110 0 110101 100101100 1000 101011

Color Harmonies of #776677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776677

Black with #776677

Text Example


Text Example

White with #776677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776677; }

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

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

background-color css

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

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

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

border-color css

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

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

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