Html Css Color HEX #775A73 Old Lavender

📋 copy color: '#775A73'

red 119 ◦ green 90 ◦ blue 115

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

Shades of Old Lavender #775A73

Tints of Old Lavender #775A73

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.78%

 BLUE value IS 115 (45.31% from 255) = 35.49%

R = 36.73%
G = 27.78%
B = 35.49%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#775A73 (or 0x775A73) is known color: Old Lavender. HEX triplet: 77, 5A and 73. RGB value is (119,90,115). Sum of RGB (Red+Green+Blue) = 119+90+115=324 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.73% from 324); Green value is 90 (35.55% from 255 or 27.78% from 324); Blue value is 115 (45.31% from 255 or 35.49% from 324); Max value from RGB is 119 - color contains mainly: red. Hex color #775A73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775A73 is #88A58C. Grayscale: #656565. Windows color (decimal): -8955277 or 7559799. OLE color: 7559799.

HSL color Cylindrical-coordinate representation of color #775A73: hue angle of 308.28º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #775A73 is Cyan = 0, Magento = 0.24, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 90 115 -
CMYK 0 0.24 0.03 0.53
HSL 308.28º 0.14% 0.41% -
HSV(B) 308.28º 0.24% 0.47% -
XYZ 14.36 12.47 17.87 -
YUV 101.52 135.61 140.47 -
System Red Green Blue C M Y K H S L
Decimal 119 90 115 0 0.24 0.03 0.53 308.28 0.14 0.41
Hex 77 5A 73 0 18 3 35 134 E 29
Octal 167 132 163 0 30 3 65 464 16 51
Binary 1110111 1011010 1110011 0 11000 11 110101 100110100 1110 101001

Color Harmonies of #775A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775A73

Black with #775A73

Text Example


Text Example

White with #775A73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,90,115); }

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

background-color css

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

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

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

border-color css

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

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

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