Html Css Color HEX #775F72 Old Lavender

📋 copy color: '#775F72'

red 119 ◦ green 95 ◦ blue 114

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

Shades of Old Lavender #775F72

Tints of Old Lavender #775F72

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.96%

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

R = 36.28%
G = 28.96%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.04

 K value IS 0.53

RGB Variations

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

Color information

#775F72 (or 0x775F72) is known color: Old Lavender. HEX triplet: 77, 5F and 72. RGB value is (119,95,114). Sum of RGB (Red+Green+Blue) = 119+95+114=328 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.28% from 328); Green value is 95 (37.5% from 255 or 28.96% from 328); Blue value is 114 (44.92% from 255 or 34.76% from 328); Max value from RGB is 119 - color contains mainly: red. Hex color #775F72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775F72 is #88A08D. Grayscale: #686868. Windows color (decimal): -8953998 or 7495543. OLE color: 7495543.

HSL color Cylindrical-coordinate representation of color #775F72: hue angle of 312.5º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #775F72 is Cyan = 0, Magento = 0.20, Yellow = 0.04 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 95 114 -
CMYK 0 0.20 0.04 0.53
HSL 312.5º 0.11% 0.42% -
HSV(B) 312.5º 0.2% 0.47% -
XYZ 14.74 13.32 17.71 -
YUV 104.34 133.45 138.46 -
System Red Green Blue C M Y K H S L
Decimal 119 95 114 0 0.20 0.04 0.53 312.5 0.11 0.42
Hex 77 5F 72 0 14 4 35 138 B 2A
Octal 167 137 162 0 24 4 65 470 13 52
Binary 1110111 1011111 1110010 0 10100 100 110101 100111000 1011 101010

Color Harmonies of #775F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775F72

Black with #775F72

Text Example


Text Example

White with #775F72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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