Html Css Color HEX #775773 Old Lavender

📋 copy color: '#775773'

red 119 ◦ green 87 ◦ blue 115

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

Shades of Old Lavender #775773

Tints of Old Lavender #775773

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.1%

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

R = 37.07%
G = 27.1%
B = 35.83%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#775773 (or 0x775773) is known color: Old Lavender. HEX triplet: 77, 57 and 73. RGB value is (119,87,115). Sum of RGB (Red+Green+Blue) = 119+87+115=321 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.07% from 321); Green value is 87 (34.38% from 255 or 27.10% from 321); Blue value is 115 (45.31% from 255 or 35.83% from 321); Max value from RGB is 119 - color contains mainly: red. Hex color #775773 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775773 is #88A88C. Grayscale: #636363. Windows color (decimal): -8956045 or 7559031. OLE color: 7559031.

HSL color Cylindrical-coordinate representation of color #775773: hue angle of 307.5º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #775773 is Cyan = 0, Magento = 0.27, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 87 115 -
CMYK 0 0.27 0.03 0.53
HSL 307.5º 0.16% 0.4% -
HSV(B) 307.5º 0.27% 0.47% -
XYZ 14.11 11.98 17.79 -
YUV 99.76 136.6 141.72 -
System Red Green Blue C M Y K H S L
Decimal 119 87 115 0 0.27 0.03 0.53 307.5 0.16 0.4
Hex 77 57 73 0 1B 3 35 134 10 28
Octal 167 127 163 0 33 3 65 464 20 50
Binary 1110111 1010111 1110011 0 11011 11 110101 100110100 10000 101000

Color Harmonies of #775773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775773

Black with #775773

Text Example


Text Example

White with #775773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775773; }

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

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

background-color css

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

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

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

border-color css

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

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

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