Html Css Color HEX #775F73 Old Lavender

📋 copy color: '#775F73'

red 119 ◦ green 95 ◦ blue 115

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

Shades of Old Lavender #775F73

Tints of Old Lavender #775F73

RGB

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

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

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

R = 36.17%
G = 28.88%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#775F73 (or 0x775F73) is known color: Old Lavender. HEX triplet: 77, 5F and 73. RGB value is (119,95,115). Sum of RGB (Red+Green+Blue) = 119+95+115=329 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.17% from 329); Green value is 95 (37.5% from 255 or 28.88% from 329); Blue value is 115 (45.31% from 255 or 34.95% from 329); Max value from RGB is 119 - color contains mainly: red. Hex color #775F73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775F73 is #88A08C. Grayscale: #686868. Windows color (decimal): -8953997 or 7561079. OLE color: 7561079.

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

Color convert

RGB 119 95 115 -
CMYK 0 0.20 0.03 0.53
HSL 310º 0.11% 0.42% -
HSV(B) 310º 0.2% 0.47% -
XYZ 14.79 13.34 18.02 -
YUV 104.46 133.95 138.37 -
System Red Green Blue C M Y K H S L
Decimal 119 95 115 0 0.20 0.03 0.53 310 0.11 0.42
Hex 77 5F 73 0 14 3 35 136 B 2A
Octal 167 137 163 0 24 3 65 466 13 52
Binary 1110111 1011111 1110011 0 10100 11 110101 100110110 1011 101010

Color Harmonies of #775F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775F73

Black with #775F73

Text Example


Text Example

White with #775F73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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