Html Css Color HEX #775672 Old Lavender

📋 copy color: '#775672'

red 119 ◦ green 86 ◦ blue 114

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

Shades of Old Lavender #775672

Tints of Old Lavender #775672

RGB

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

 GREEN value IS 86 (33.98% from 255) = 26.96%

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

R = 37.3%
G = 26.96%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.04

 K value IS 0.53

RGB Variations

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

Color information

#775672 (or 0x775672) is known color: Old Lavender. HEX triplet: 77, 56 and 72. RGB value is (119,86,114). Sum of RGB (Red+Green+Blue) = 119+86+114=319 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.30% from 319); Green value is 86 (33.98% from 255 or 26.96% from 319); Blue value is 114 (44.92% from 255 or 35.74% from 319); Max value from RGB is 119 - color contains mainly: red. Hex color #775672 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775672 is #88A98D. Grayscale: #626262. Windows color (decimal): -8956302 or 7493239. OLE color: 7493239.

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

Color convert

RGB 119 86 114 -
CMYK 0 0.28 0.04 0.53
HSL 309.09º 0.16% 0.4% -
HSV(B) 309.09º 0.28% 0.47% -
XYZ 13.97 11.79 17.46 -
YUV 99.06 136.43 142.22 -
System Red Green Blue C M Y K H S L
Decimal 119 86 114 0 0.28 0.04 0.53 309.09 0.16 0.4
Hex 77 56 72 0 1C 4 35 135 10 28
Octal 167 126 162 0 34 4 65 465 20 50
Binary 1110111 1010110 1110010 0 11100 100 110101 100110101 10000 101000

Color Harmonies of #775672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775672

Black with #775672

Text Example


Text Example

White with #775672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775672; }

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

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

background-color css

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

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

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

border-color css

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

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

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