Html Css Color HEX #777677 Old Lavender

📋 copy color: '#777677'

red 119 ◦ green 118 ◦ blue 119

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

Shades of Old Lavender #777677

Tints of Old Lavender #777677

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.15%

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

R = 33.43%
G = 33.15%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#777677 (or 0x777677) is known color: Old Lavender. HEX triplet: 77, 76 and 77. RGB value is (119,118,119). Sum of RGB (Red+Green+Blue) = 119+118+119=356 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.43% from 356); Green value is 118 (46.48% from 255 or 33.15% from 356); Blue value is 119 (46.88% from 255 or 33.43% from 356); Max value from RGB is 119 - color contains mainly: red, blue. Hex color #777677 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777677 is #888988. Grayscale: #767676. Windows color (decimal): -8948105 or 7829111. OLE color: 7829111.

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

Color convert

RGB 119 118 119 -
CMYK 0 0.01 0 0.53
HSL 300º 0% 0.46% -
HSV(B) 300º 0.01% 0.47% -
XYZ 17.42 18.21 20.05 -
YUV 118.41 128.33 128.42 -
System Red Green Blue C M Y K H S L
Decimal 119 118 119 0 0.01 0 0.53 300 0 0.46
Hex 77 76 77 0 1 0 35 12C 0 2E
Octal 167 166 167 0 1 0 65 454 0 56
Binary 1110111 1110110 1110111 0 1 0 110101 100101100 0 101110

Color Harmonies of #777677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777677

Black with #777677

Text Example


Text Example

White with #777677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777677; }

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

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

background-color css

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

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

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

border-color css

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

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

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