Html Css Color HEX #775E74 Old Lavender

📋 copy color: '#775E74'

red 119 ◦ green 94 ◦ blue 116

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

Shades of Old Lavender #775E74

Tints of Old Lavender #775E74

RGB

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

 GREEN value IS 94 (37.11% from 255) = 28.57%

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

R = 36.17%
G = 28.57%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#775E74 (or 0x775E74) is known color: Old Lavender. HEX triplet: 77, 5E and 74. RGB value is (119,94,116). Sum of RGB (Red+Green+Blue) = 119+94+116=329 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.17% from 329); Green value is 94 (37.11% from 255 or 28.57% from 329); Blue value is 116 (45.70% from 255 or 35.26% from 329); Max value from RGB is 119 - color contains mainly: red. Hex color #775E74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775E74 is #88A18B. Grayscale: #676767. Windows color (decimal): -8954252 or 7626359. OLE color: 7626359.

HSL color Cylindrical-coordinate representation of color #775E74: hue angle of 307.2º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #775E74 is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 94 116 -
CMYK 0 0.21 0.03 0.53
HSL 307.2º 0.12% 0.42% -
HSV(B) 307.2º 0.21% 0.47% -
XYZ 14.76 13.19 18.29 -
YUV 103.98 134.78 138.71 -
System Red Green Blue C M Y K H S L
Decimal 119 94 116 0 0.21 0.03 0.53 307.2 0.12 0.42
Hex 77 5E 74 0 15 3 35 133 C 2A
Octal 167 136 164 0 25 3 65 463 14 52
Binary 1110111 1011110 1110100 0 10101 11 110101 100110011 1100 101010

Color Harmonies of #775E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775E74

Black with #775E74

Text Example


Text Example

White with #775E74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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