Html Css Color HEX #775572 Old Lavender

📋 copy color: '#775572'

red 119 ◦ green 85 ◦ blue 114

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

Shades of Old Lavender #775572

Tints of Old Lavender #775572

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.73%

 BLUE value IS 114 (44.92% from 255) = 35.85%

R = 37.42%
G = 26.73%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.04

 K value IS 0.53

RGB Variations

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

Color information

#775572 (or 0x775572) is known color: Old Lavender. HEX triplet: 77, 55 and 72. RGB value is (119,85,114). Sum of RGB (Red+Green+Blue) = 119+85+114=318 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.42% from 318); Green value is 85 (33.59% from 255 or 26.73% from 318); Blue value is 114 (44.92% from 255 or 35.85% from 318); Max value from RGB is 119 - color contains mainly: red. Hex color #775572 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775572 is #88AA8D. Grayscale: #626262. Windows color (decimal): -8956558 or 7492983. OLE color: 7492983.

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

Color convert

RGB 119 85 114 -
CMYK 0 0.29 0.04 0.53
HSL 308.82º 0.17% 0.4% -
HSV(B) 308.82º 0.29% 0.47% -
XYZ 13.89 11.63 17.43 -
YUV 98.47 136.76 142.64 -
System Red Green Blue C M Y K H S L
Decimal 119 85 114 0 0.29 0.04 0.53 308.82 0.17 0.4
Hex 77 55 72 0 1D 4 35 135 11 28
Octal 167 125 162 0 35 4 65 465 21 50
Binary 1110111 1010101 1110010 0 11101 100 110101 100110101 10001 101000

Color Harmonies of #775572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775572

Black with #775572

Text Example


Text Example

White with #775572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775572; }

 p { color: rgb(119,85,114); }

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

background-color css

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

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

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

border-color css

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

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

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