Html Css Color HEX #776576 Old Lavender

📋 copy color: '#776576'

red 119 ◦ green 101 ◦ blue 118

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

Shades of Old Lavender #776576

Tints of Old Lavender #776576

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 34.91%

R = 35.21%
G = 29.88%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.01

 K value IS 0.53

RGB Variations

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

Color information

#776576 (or 0x776576) is known color: Old Lavender. HEX triplet: 77, 65 and 76. RGB value is (119,101,118). Sum of RGB (Red+Green+Blue) = 119+101+118=338 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.21% from 338); Green value is 101 (39.84% from 255 or 29.88% from 338); Blue value is 118 (46.48% from 255 or 34.91% from 338); Max value from RGB is 119 - color contains mainly: red. Hex color #776576 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776576 is #889A89. Grayscale: #6C6C6C. Windows color (decimal): -8952458 or 7759223. OLE color: 7759223.

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

Color convert

RGB 119 101 118 -
CMYK 0 0.15 0.01 0.53
HSL 303.33º 0.08% 0.43% -
HSV(B) 303.33º 0.15% 0.47% -
XYZ 15.53 14.54 19.13 -
YUV 108.32 133.46 135.62 -
System Red Green Blue C M Y K H S L
Decimal 119 101 118 0 0.15 0.01 0.53 303.33 0.08 0.43
Hex 77 65 76 0 F 1 35 12F 8 2B
Octal 167 145 166 0 17 1 65 457 10 53
Binary 1110111 1100101 1110110 0 1111 1 110101 100101111 1000 101011

Color Harmonies of #776576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776576

Black with #776576

Text Example


Text Example

White with #776576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776576; }

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

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

background-color css

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

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

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

border-color css

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

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

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