Html Css Color HEX #745C73 Old Lavender

📋 copy color: '#745C73'

red 116 ◦ green 92 ◦ blue 115

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

Shades of Old Lavender #745C73

Tints of Old Lavender #745C73

RGB

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

 GREEN value IS 92 (36.33% from 255) = 28.48%

 BLUE value IS 115 (45.31% from 255) = 35.6%

R = 35.91%
G = 28.48%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.01

 K value IS 0.55

RGB Variations

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

Color information

#745C73 (or 0x745C73) is known color: Old Lavender. HEX triplet: 74, 5C and 73. RGB value is (116,92,115). Sum of RGB (Red+Green+Blue) = 116+92+115=323 (42% of max value = 765). Red value is 116 (45.70% from 255 or 35.91% from 323); Green value is 92 (36.33% from 255 or 28.48% from 323); Blue value is 115 (45.31% from 255 or 35.60% from 323); Max value from RGB is 116 - color contains mainly: red. Hex color #745C73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745C73 is #8BA38C. Grayscale: #656565. Windows color (decimal): -9151373 or 7560308. OLE color: 7560308.

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

Color convert

RGB 116 92 115 -
CMYK 0 0.21 0.01 0.55
HSL 302.5º 0.12% 0.41% -
HSV(B) 302.5º 0.21% 0.45% -
XYZ 14.12 12.61 17.91 -
YUV 101.8 135.45 138.13 -
System Red Green Blue C M Y K H S L
Decimal 116 92 115 0 0.21 0.01 0.55 302.5 0.12 0.41
Hex 74 5C 73 0 15 1 37 12E C 29
Octal 164 134 163 0 25 1 67 456 14 51
Binary 1110100 1011100 1110011 0 10101 1 110111 100101110 1100 101001

Color Harmonies of #745C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745C73

Black with #745C73

Text Example


Text Example

White with #745C73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,92,115); }

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

background-color css

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

 a { background-color: rgb(116,92,115); }

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

border-color css

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

 span { border-color: rgb(116,92,115); }

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