Html Css Color HEX #745D78 Rum

📋 copy color: '#745D78'

red 116 ◦ green 93 ◦ blue 120

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

Shades of Rum #745D78

Tints of Rum #745D78

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.27%

 BLUE value IS 120 (47.27% from 255) = 36.47%

R = 35.26%
G = 28.27%
B = 36.47%

CMYK

 C value IS 0.03

 M value IS 0.22

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#745D78 (or 0x745D78) is known color: Rum. HEX triplet: 74, 5D and 78. RGB value is (116,93,120). Sum of RGB (Red+Green+Blue) = 116+93+120=329 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.26% from 329); Green value is 93 (36.72% from 255 or 28.27% from 329); Blue value is 120 (47.27% from 255 or 36.47% from 329); Max value from RGB is 120 - color contains mainly: blue. Hex color #745D78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745D78 is #8BA287. Grayscale: #666666. Windows color (decimal): -9151112 or 7888244. OLE color: 7888244.

HSL color Cylindrical-coordinate representation of color #745D78: hue angle of 291.11º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #745D78 is Cyan = 0.03, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 116 93 120 -
CMYK 0.03 0.22 0 0.53
HSL 291.11º 0.13% 0.42% -
HSV(B) 291.11º 0.23% 0.47% -
XYZ 14.51 12.9 19.49 -
YUV 102.96 137.62 137.3 -
System Red Green Blue C M Y K H S L
Decimal 116 93 120 0.03 0.22 0 0.53 291.11 0.13 0.42
Hex 74 5D 78 3 16 0 35 123 D 2A
Octal 164 135 170 3 26 0 65 443 15 52
Binary 1110100 1011101 1111000 11 10110 0 110101 100100011 1101 101010

Color Harmonies of #745D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745D78

Black with #745D78

Text Example


Text Example

White with #745D78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,93,120); }

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

background-color css

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

 a { background-color: rgb(116,93,120); }

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

border-color css

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

 span { border-color: rgb(116,93,120); }

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