Html Css Color HEX #745D76 Old Lavender

📋 copy color: '#745D76'

red 116 ◦ green 93 ◦ blue 118

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

Shades of Old Lavender #745D76

Tints of Old Lavender #745D76

RGB

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

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

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

R = 35.47%
G = 28.44%
B = 36.09%

CMYK

 C value IS 0.02

 M value IS 0.21

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#745D76 (or 0x745D76) is known color: Old Lavender. HEX triplet: 74, 5D and 76. RGB value is (116,93,118). Sum of RGB (Red+Green+Blue) = 116+93+118=327 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.47% from 327); Green value is 93 (36.72% from 255 or 28.44% from 327); Blue value is 118 (46.48% from 255 or 36.09% from 327); Max value from RGB is 118 - color contains mainly: blue. Hex color #745D76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745D76 is #8BA289. Grayscale: #666666. Windows color (decimal): -9151114 or 7757172. OLE color: 7757172.

HSL color Cylindrical-coordinate representation of color #745D76: hue angle of 295.2º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #745D76 is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 116 93 118 -
CMYK 0.02 0.21 0 0.54
HSL 295.2º 0.12% 0.41% -
HSV(B) 295.2º 0.21% 0.46% -
XYZ 14.39 12.85 18.86 -
YUV 102.73 136.62 137.47 -
System Red Green Blue C M Y K H S L
Decimal 116 93 118 0.02 0.21 0 0.54 295.2 0.12 0.41
Hex 74 5D 76 2 15 0 36 127 C 29
Octal 164 135 166 2 25 0 66 447 14 51
Binary 1110100 1011101 1110110 10 10101 0 110110 100100111 1100 101001

Color Harmonies of #745D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745D76

Black with #745D76

Text Example


Text Example

White with #745D76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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