Html Css Color HEX #745872 Old Lavender

📋 copy color: '#745872'

red 116 ◦ green 88 ◦ blue 114

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

Shades of Old Lavender #745872

Tints of Old Lavender #745872

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.67%

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

R = 36.48%
G = 27.67%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.02

 K value IS 0.55

RGB Variations

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

Color information

#745872 (or 0x745872) is known color: Old Lavender. HEX triplet: 74, 58 and 72. RGB value is (116,88,114). Sum of RGB (Red+Green+Blue) = 116+88+114=318 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.48% from 318); Green value is 88 (34.77% from 255 or 27.67% from 318); Blue value is 114 (44.92% from 255 or 35.85% from 318); Max value from RGB is 116 - color contains mainly: red. Hex color #745872 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745872 is #8BA78D. Grayscale: #636363. Windows color (decimal): -9152398 or 7493748. OLE color: 7493748.

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

Color convert

RGB 116 88 114 -
CMYK 0 0.24 0.02 0.55
HSL 304.29º 0.14% 0.4% -
HSV(B) 304.29º 0.24% 0.45% -
XYZ 13.73 11.91 17.49 -
YUV 99.34 136.28 139.89 -
System Red Green Blue C M Y K H S L
Decimal 116 88 114 0 0.24 0.02 0.55 304.29 0.14 0.4
Hex 74 58 72 0 18 2 37 130 E 28
Octal 164 130 162 0 30 2 67 460 16 50
Binary 1110100 1011000 1110010 0 11000 10 110111 100110000 1110 101000

Color Harmonies of #745872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745872

Black with #745872

Text Example


Text Example

White with #745872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745872; }

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

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

background-color css

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

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

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

border-color css

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

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

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