Html Css Color HEX #745F71 Old Lavender

📋 copy color: '#745F71'

red 116 ◦ green 95 ◦ blue 113

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

Shades of Old Lavender #745F71

Tints of Old Lavender #745F71

RGB

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

 GREEN value IS 95 (37.5% from 255) = 29.32%

 BLUE value IS 113 (44.53% from 255) = 34.88%

R = 35.8%
G = 29.32%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#745F71 (or 0x745F71) is known color: Old Lavender. HEX triplet: 74, 5F and 71. RGB value is (116,95,113). Sum of RGB (Red+Green+Blue) = 116+95+113=324 (42% of max value = 765). Red value is 116 (45.70% from 255 or 35.80% from 324); Green value is 95 (37.5% from 255 or 29.32% from 324); Blue value is 113 (44.53% from 255 or 34.88% from 324); Max value from RGB is 116 - color contains mainly: red. Hex color #745F71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745F71 is #8BA08E. Grayscale: #676767. Windows color (decimal): -9150607 or 7430004. OLE color: 7430004.

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

Color convert

RGB 116 95 113 -
CMYK 0 0.18 0.03 0.55
HSL 308.57º 0.1% 0.41% -
HSV(B) 308.57º 0.18% 0.45% -
XYZ 14.28 13.09 17.4 -
YUV 103.33 133.46 137.04 -
System Red Green Blue C M Y K H S L
Decimal 116 95 113 0 0.18 0.03 0.55 308.57 0.1 0.41
Hex 74 5F 71 0 12 3 37 135 A 29
Octal 164 137 161 0 22 3 67 465 12 51
Binary 1110100 1011111 1110001 0 10010 11 110111 100110101 1010 101001

Color Harmonies of #745F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745F71

Black with #745F71

Text Example


Text Example

White with #745F71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,95,113); }

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

background-color css

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

 a { background-color: rgb(116,95,113); }

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

border-color css

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

 span { border-color: rgb(116,95,113); }

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