Html Css Color HEX #775774 Old Lavender

📋 copy color: '#775774'

red 119 ◦ green 87 ◦ blue 116

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

Shades of Old Lavender #775774

Tints of Old Lavender #775774

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 36.02%

R = 36.96%
G = 27.02%
B = 36.02%

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

#775774 (or 0x775774) is known color: Old Lavender. HEX triplet: 77, 57 and 74. RGB value is (119,87,116). Sum of RGB (Red+Green+Blue) = 119+87+116=322 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.96% from 322); Green value is 87 (34.38% from 255 or 27.02% from 322); Blue value is 116 (45.70% from 255 or 36.02% from 322); Max value from RGB is 119 - color contains mainly: red. Hex color #775774 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775774 is #88A88B. Grayscale: #636363. Windows color (decimal): -8956044 or 7624567. OLE color: 7624567.

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

Color convert

RGB 119 87 116 -
CMYK 0 0.27 0.03 0.53
HSL 305.63º 0.16% 0.4% -
HSV(B) 305.63º 0.27% 0.47% -
XYZ 14.17 12 18.09 -
YUV 99.87 137.1 141.64 -
System Red Green Blue C M Y K H S L
Decimal 119 87 116 0 0.27 0.03 0.53 305.63 0.16 0.4
Hex 77 57 74 0 1B 3 35 132 10 28
Octal 167 127 164 0 33 3 65 462 20 50
Binary 1110111 1010111 1110100 0 11011 11 110101 100110010 10000 101000

Color Harmonies of #775774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775774

Black with #775774

Text Example


Text Example

White with #775774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775774; }

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

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

background-color css

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

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

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

border-color css

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

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

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