#745C75

Color #745C75 Old Lavender (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Lavender #745C75

Tints of Old Lavender #745C75

Color information

#745C75 (or 0x745C75) is unknown color: approx Old Lavender. HEX triplet: 74, 5C and 75. RGB value is (116,92,117). Sum of RGB (Red+Green+Blue) = 116+92+117=325 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.69% from 325); Green value is 92 (36.33% from 255 or 28.31% from 325); Blue value is 117 (46.09% from 255 or 36% from 325); Max value from RGB is 117 - color contains mainly: blue. Hex color #745C75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745C75 is #8BA38A. Grayscale: #656565. Windows color (decimal): -9151371 or 7691380. OLE color: 7691380.

HSL color Cylindrical-coordinate representation of color #745C75: hue angle of 297.6º 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 #745C75 is Cyan = 0.01, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB11692117-
CMYK0.010.2100.54
HSL297.6º11.96%40.98%-
HSV(B)297.6º21.37%45.88%-
XYZ14.2412.6518.52-
YUV102.03136.45137.97-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.69%
GREEN value IS 92 (36.33% from 255) = 28.31%
BLUE value IS 117 (46.09% from 255) = 36%
R=35.69%
G=28.31%
B=36%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal116921170.010.2100.54297.611.9640.98
Hex745C7511503612ac29
Octal1641341651250664521451
Binary11101001011100111010111010101101101001010101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #745C75;
 }
 .AnyTagClassName
 {
   color: #745C75;
 }
</style>
background-color css

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

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

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

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

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

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