Html Css Color HEX #775D77 Old Lavender

📋 copy color: '#775D77'

red 119 ◦ green 93 ◦ blue 119

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

Shades of Old Lavender #775D77

Tints of Old Lavender #775D77

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.1%

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

R = 35.95%
G = 28.1%
B = 35.95%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#775D77 (or 0x775D77) is known color: Old Lavender. HEX triplet: 77, 5D and 77. RGB value is (119,93,119). Sum of RGB (Red+Green+Blue) = 119+93+119=331 (43% of max value = 765). Red value is 119 (46.88% from 255 or 35.95% from 331); Green value is 93 (36.72% from 255 or 28.10% from 331); Blue value is 119 (46.88% from 255 or 35.95% from 331); Max value from RGB is 119 - color contains mainly: red, blue. Hex color #775D77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775D77 is #88A288. Grayscale: #676767. Windows color (decimal): -8954505 or 7822711. OLE color: 7822711.

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

Color convert

RGB 119 93 119 -
CMYK 0 0.22 0 0.53
HSL 300º 0.12% 0.42% -
HSV(B) 300º 0.22% 0.47% -
XYZ 14.85 13.08 19.2 -
YUV 103.74 136.61 138.89 -
System Red Green Blue C M Y K H S L
Decimal 119 93 119 0 0.22 0 0.53 300 0.12 0.42
Hex 77 5D 77 0 16 0 35 12C C 2A
Octal 167 135 167 0 26 0 65 454 14 52
Binary 1110111 1011101 1110111 0 10110 0 110101 100101100 1100 101010

Color Harmonies of #775D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775D77

Black with #775D77

Text Example


Text Example

White with #775D77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775D77; }

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

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

background-color css

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

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

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

border-color css

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

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

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