Html Css Color HEX #776577 Old Lavender

📋 copy color: '#776577'

red 119 ◦ green 101 ◦ blue 119

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

Shades of Old Lavender #776577

Tints of Old Lavender #776577

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.79%

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

R = 35.1%
G = 29.79%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#776577 (or 0x776577) is known color: Old Lavender. HEX triplet: 77, 65 and 77. RGB value is (119,101,119). Sum of RGB (Red+Green+Blue) = 119+101+119=339 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.10% from 339); Green value is 101 (39.84% from 255 or 29.79% from 339); Blue value is 119 (46.88% from 255 or 35.10% from 339); Max value from RGB is 119 - color contains mainly: red, blue. Hex color #776577 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776577 is #889A88. Grayscale: #6C6C6C. Windows color (decimal): -8952457 or 7824759. OLE color: 7824759.

HSL color Cylindrical-coordinate representation of color #776577: 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.15%. Process color model (Four color, CMYK) of #776577 is Cyan = 0, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 101 119 -
CMYK 0 0.15 0 0.53
HSL 300º 0.08% 0.43% -
HSV(B) 300º 0.15% 0.47% -
XYZ 15.59 14.56 19.44 -
YUV 108.43 133.96 135.54 -
System Red Green Blue C M Y K H S L
Decimal 119 101 119 0 0.15 0 0.53 300 0.08 0.43
Hex 77 65 77 0 F 0 35 12C 8 2B
Octal 167 145 167 0 17 0 65 454 10 53
Binary 1110111 1100101 1110111 0 1111 0 110101 100101100 1000 101011

Color Harmonies of #776577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776577

Black with #776577

Text Example


Text Example

White with #776577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776577; }

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

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

background-color css

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

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

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

border-color css

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

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

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