Html Css Color HEX #776877 Old Lavender

📋 copy color: '#776877'

red 119 ◦ green 104 ◦ blue 119

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

Shades of Old Lavender #776877

Tints of Old Lavender #776877

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.41%

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

R = 34.8%
G = 30.41%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#776877 (or 0x776877) is known color: Old Lavender. HEX triplet: 77, 68 and 77. RGB value is (119,104,119). Sum of RGB (Red+Green+Blue) = 119+104+119=342 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.80% from 342); Green value is 104 (41.02% from 255 or 30.41% from 342); Blue value is 119 (46.88% from 255 or 34.80% from 342); Max value from RGB is 119 - color contains mainly: red, blue. Hex color #776877 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776877 is #889788. Grayscale: #6E6E6E. Windows color (decimal): -8951689 or 7825527. OLE color: 7825527.

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

Color convert

RGB 119 104 119 -
CMYK 0 0.13 0 0.53
HSL 300º 0.07% 0.44% -
HSV(B) 300º 0.13% 0.47% -
XYZ 15.89 15.15 19.54 -
YUV 110.2 132.97 134.28 -
System Red Green Blue C M Y K H S L
Decimal 119 104 119 0 0.13 0 0.53 300 0.07 0.44
Hex 77 68 77 0 D 0 35 12C 7 2C
Octal 167 150 167 0 15 0 65 454 7 54
Binary 1110111 1101000 1110111 0 1101 0 110101 100101100 111 101100

Color Harmonies of #776877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776877

Black with #776877

Text Example


Text Example

White with #776877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776877; }

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

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

background-color css

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

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

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

border-color css

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

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

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