Html Css Color HEX #776977 Old Lavender

📋 copy color: '#776977'

red 119 ◦ green 105 ◦ blue 119

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

Shades of Old Lavender #776977

Tints of Old Lavender #776977

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.61%

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

R = 34.69%
G = 30.61%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#776977 (or 0x776977) is known color: Old Lavender. HEX triplet: 77, 69 and 77. RGB value is (119,105,119). Sum of RGB (Red+Green+Blue) = 119+105+119=343 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.69% from 343); Green value is 105 (41.41% from 255 or 30.61% from 343); Blue value is 119 (46.88% from 255 or 34.69% from 343); Max value from RGB is 119 - color contains mainly: red, blue. Hex color #776977 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776977 is #889688. Grayscale: #6E6E6E. Windows color (decimal): -8951433 or 7825783. OLE color: 7825783.

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

Color convert

RGB 119 105 119 -
CMYK 0 0.12 0 0.53
HSL 300º 0.06% 0.44% -
HSV(B) 300º 0.12% 0.47% -
XYZ 15.99 15.36 19.57 -
YUV 110.78 132.64 133.86 -
System Red Green Blue C M Y K H S L
Decimal 119 105 119 0 0.12 0 0.53 300 0.06 0.44
Hex 77 69 77 0 C 0 35 12C 6 2C
Octal 167 151 167 0 14 0 65 454 6 54
Binary 1110111 1101001 1110111 0 1100 0 110101 100101100 110 101100

Color Harmonies of #776977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776977

Black with #776977

Text Example


Text Example

White with #776977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776977; }

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

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

background-color css

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

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

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

border-color css

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

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

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