Html Css Color HEX #776777 Old Lavender

📋 copy color: '#776777'

red 119 ◦ green 103 ◦ blue 119

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

Shades of Old Lavender #776777

Tints of Old Lavender #776777

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.21%

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

R = 34.9%
G = 30.21%
B = 34.9%

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

#776777 (or 0x776777) is known color: Old Lavender. HEX triplet: 77, 67 and 77. RGB value is (119,103,119). Sum of RGB (Red+Green+Blue) = 119+103+119=341 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.90% from 341); Green value is 103 (40.62% from 255 or 30.21% from 341); Blue value is 119 (46.88% from 255 or 34.90% from 341); Max value from RGB is 119 - color contains mainly: red, blue. Hex color #776777 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776777 is #889888. Grayscale: #6D6D6D. Windows color (decimal): -8951945 or 7825271. OLE color: 7825271.

HSL color Cylindrical-coordinate representation of color #776777: 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 #776777 is Cyan = 0, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 103 119 -
CMYK 0 0.13 0 0.53
HSL 300º 0.07% 0.44% -
HSV(B) 300º 0.13% 0.47% -
XYZ 15.79 14.95 19.51 -
YUV 109.61 133.3 134.7 -
System Red Green Blue C M Y K H S L
Decimal 119 103 119 0 0.13 0 0.53 300 0.07 0.44
Hex 77 67 77 0 D 0 35 12C 7 2C
Octal 167 147 167 0 15 0 65 454 7 54
Binary 1110111 1100111 1110111 0 1101 0 110101 100101100 111 101100

Color Harmonies of #776777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776777

Black with #776777

Text Example


Text Example

White with #776777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776777; }

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

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

background-color css

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

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

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

border-color css

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

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

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