Html Css Color HEX #775D74 Old Lavender

📋 copy color: '#775D74'

red 119 ◦ green 93 ◦ blue 116

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

Shades of Old Lavender #775D74

Tints of Old Lavender #775D74

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.35%

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

R = 36.28%
G = 28.35%
B = 35.37%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#775D74 (or 0x775D74) is known color: Old Lavender. HEX triplet: 77, 5D and 74. RGB value is (119,93,116). Sum of RGB (Red+Green+Blue) = 119+93+116=328 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.28% from 328); Green value is 93 (36.72% from 255 or 28.35% from 328); Blue value is 116 (45.70% from 255 or 35.37% from 328); Max value from RGB is 119 - color contains mainly: red. Hex color #775D74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775D74 is #88A28B. Grayscale: #676767. Windows color (decimal): -8954508 or 7626103. OLE color: 7626103.

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

Color convert

RGB 119 93 116 -
CMYK 0 0.22 0.03 0.53
HSL 306.92º 0.12% 0.42% -
HSV(B) 306.92º 0.22% 0.47% -
XYZ 14.67 13.01 18.26 -
YUV 103.4 135.11 139.13 -
System Red Green Blue C M Y K H S L
Decimal 119 93 116 0 0.22 0.03 0.53 306.92 0.12 0.42
Hex 77 5D 74 0 16 3 35 133 C 2A
Octal 167 135 164 0 26 3 65 463 14 52
Binary 1110111 1011101 1110100 0 10110 11 110101 100110011 1100 101010

Color Harmonies of #775D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775D74

Black with #775D74

Text Example


Text Example

White with #775D74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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