Html Css Color HEX #745E76 Old Lavender

📋 copy color: '#745E76'

red 116 ◦ green 94 ◦ blue 118

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

Shades of Old Lavender #745E76

Tints of Old Lavender #745E76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 35.98%

R = 35.37%
G = 28.66%
B = 35.98%

CMYK

 C value IS 0.02

 M value IS 0.20

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#745E76 (or 0x745E76) is known color: Old Lavender. HEX triplet: 74, 5E and 76. RGB value is (116,94,118). Sum of RGB (Red+Green+Blue) = 116+94+118=328 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.37% from 328); Green value is 94 (37.11% from 255 or 28.66% from 328); Blue value is 118 (46.48% from 255 or 35.98% from 328); Max value from RGB is 118 - color contains mainly: blue. Hex color #745E76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745E76 is #8BA189. Grayscale: #676767. Windows color (decimal): -9150858 or 7757428. OLE color: 7757428.

HSL color Cylindrical-coordinate representation of color #745E76: hue angle of 295º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #745E76 is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 116 94 118 -
CMYK 0.02 0.20 0 0.54
HSL 295º 0.11% 0.42% -
HSV(B) 295º 0.2% 0.46% -
XYZ 14.48 13.03 18.89 -
YUV 103.31 136.29 137.05 -
System Red Green Blue C M Y K H S L
Decimal 116 94 118 0.02 0.20 0 0.54 295 0.11 0.42
Hex 74 5E 76 2 14 0 36 127 B 2A
Octal 164 136 166 2 24 0 66 447 13 52
Binary 1110100 1011110 1110110 10 10100 0 110110 100100111 1011 101010

Color Harmonies of #745E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745E76

Black with #745E76

Text Example


Text Example

White with #745E76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745E76; }

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

 H1.HeaderClassName
 {
   color: #745E76;
 }
 .AnyTagClassName
 {
   color: #745E76;
 }
</style>

background-color css

<style>
 a { background-color: #745E76; }

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

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

border-color css

<style>
 span { border-color: #745E76; }

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

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