Html Css Color HEX #745C78 Rum

📋 copy color: '#745C78'

red 116 ◦ green 92 ◦ blue 120

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

Shades of Rum #745C78

Tints of Rum #745C78

RGB

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

 GREEN value IS 92 (36.33% from 255) = 28.05%

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

R = 35.37%
G = 28.05%
B = 36.59%

CMYK

 C value IS 0.03

 M value IS 0.23

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#745C78 (or 0x745C78) is known color: Rum. HEX triplet: 74, 5C and 78. RGB value is (116,92,120). Sum of RGB (Red+Green+Blue) = 116+92+120=328 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.37% from 328); Green value is 92 (36.33% from 255 or 28.05% from 328); Blue value is 120 (47.27% from 255 or 36.59% from 328); Max value from RGB is 120 - color contains mainly: blue. Hex color #745C78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745C78 is #8BA387. Grayscale: #666666. Windows color (decimal): -9151368 or 7887988. OLE color: 7887988.

HSL color Cylindrical-coordinate representation of color #745C78: hue angle of 291.43º 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 #745C78 is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 116 92 120 -
CMYK 0.03 0.23 0 0.53
HSL 291.43º 0.13% 0.42% -
HSV(B) 291.43º 0.23% 0.47% -
XYZ 14.42 12.72 19.47 -
YUV 102.37 137.95 137.72 -
System Red Green Blue C M Y K H S L
Decimal 116 92 120 0.03 0.23 0 0.53 291.43 0.13 0.42
Hex 74 5C 78 3 17 0 35 123 D 2A
Octal 164 134 170 3 27 0 65 443 15 52
Binary 1110100 1011100 1111000 11 10111 0 110101 100100011 1101 101010

Color Harmonies of #745C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745C78

Black with #745C78

Text Example


Text Example

White with #745C78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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