Html Css Color HEX #775F74 Old Lavender

📋 copy color: '#775F74'

red 119 ◦ green 95 ◦ blue 116

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

Shades of Old Lavender #775F74

Tints of Old Lavender #775F74

RGB

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

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

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

R = 36.06%
G = 28.79%
B = 35.15%

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

#775F74 (or 0x775F74) is known color: Old Lavender. HEX triplet: 77, 5F and 74. RGB value is (119,95,116). Sum of RGB (Red+Green+Blue) = 119+95+116=330 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.06% from 330); Green value is 95 (37.5% from 255 or 28.79% from 330); Blue value is 116 (45.70% from 255 or 35.15% from 330); Max value from RGB is 119 - color contains mainly: red. Hex color #775F74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775F74 is #88A08B. Grayscale: #686868. Windows color (decimal): -8953996 or 7626615. OLE color: 7626615.

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

Color convert

RGB 119 95 116 -
CMYK 0 0.20 0.03 0.53
HSL 307.5º 0.11% 0.42% -
HSV(B) 307.5º 0.2% 0.47% -
XYZ 14.85 13.37 18.32 -
YUV 104.57 134.45 138.29 -
System Red Green Blue C M Y K H S L
Decimal 119 95 116 0 0.20 0.03 0.53 307.5 0.11 0.42
Hex 77 5F 74 0 14 3 35 134 B 2A
Octal 167 137 164 0 24 3 65 464 13 52
Binary 1110111 1011111 1110100 0 10100 11 110101 100110100 1011 101010

Color Harmonies of #775F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775F74

Black with #775F74

Text Example


Text Example

White with #775F74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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