Html Css Color HEX #745672 Old Lavender

📋 copy color: '#745672'

red 116 ◦ green 86 ◦ blue 114

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

Shades of Old Lavender #745672

Tints of Old Lavender #745672

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.22%

 BLUE value IS 114 (44.92% from 255) = 36.08%

R = 36.71%
G = 27.22%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.02

 K value IS 0.55

RGB Variations

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

Color information

#745672 (or 0x745672) is known color: Old Lavender. HEX triplet: 74, 56 and 72. RGB value is (116,86,114). Sum of RGB (Red+Green+Blue) = 116+86+114=316 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.71% from 316); Green value is 86 (33.98% from 255 or 27.22% from 316); Blue value is 114 (44.92% from 255 or 36.08% from 316); Max value from RGB is 116 - color contains mainly: red. Hex color #745672 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745672 is #8BA98D. Grayscale: #626262. Windows color (decimal): -9152910 or 7493236. OLE color: 7493236.

HSL color Cylindrical-coordinate representation of color #745672: hue angle of 304º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #745672 is Cyan = 0, Magento = 0.26, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 86 114 -
CMYK 0 0.26 0.02 0.55
HSL 304º 0.15% 0.4% -
HSV(B) 304º 0.26% 0.45% -
XYZ 13.57 11.58 17.44 -
YUV 98.16 136.94 140.72 -
System Red Green Blue C M Y K H S L
Decimal 116 86 114 0 0.26 0.02 0.55 304 0.15 0.4
Hex 74 56 72 0 1A 2 37 130 F 28
Octal 164 126 162 0 32 2 67 460 17 50
Binary 1110100 1010110 1110010 0 11010 10 110111 100110000 1111 101000

Color Harmonies of #745672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745672

Black with #745672

Text Example


Text Example

White with #745672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745672; }

 p { color: rgb(116,86,114); }

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

background-color css

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

 a { background-color: rgb(116,86,114); }

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

border-color css

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

 span { border-color: rgb(116,86,114); }

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