Html Css Color HEX #746078 Rum

📋 copy color: '#746078'

red 116 ◦ green 96 ◦ blue 120

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

Shades of Rum #746078

Tints of Rum #746078

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.92%

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

R = 34.94%
G = 28.92%
B = 36.14%

CMYK

 C value IS 0.03

 M value IS 0.2

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#746078 (or 0x746078) is known color: Rum. HEX triplet: 74, 60 and 78. RGB value is (116,96,120). Sum of RGB (Red+Green+Blue) = 116+96+120=332 (43% of max value = 765). Red value is 116 (45.70% from 255 or 34.94% from 332); Green value is 96 (37.89% from 255 or 28.92% from 332); Blue value is 120 (47.27% from 255 or 36.14% from 332); Max value from RGB is 120 - color contains mainly: blue. Hex color #746078 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746078 is #8B9F87. Grayscale: #686868. Windows color (decimal): -9150344 or 7889012. OLE color: 7889012.

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

Color convert

RGB 116 96 120 -
CMYK 0.03 0.2 0 0.53
HSL 290º 0.11% 0.42% -
HSV(B) 290º 0.2% 0.47% -
XYZ 14.78 13.43 19.58 -
YUV 104.72 136.63 136.05 -
System Red Green Blue C M Y K H S L
Decimal 116 96 120 0.03 0.2 0 0.53 290 0.11 0.42
Hex 74 60 78 3 14 0 35 122 B 2A
Octal 164 140 170 3 24 0 65 442 13 52
Binary 1110100 1100000 1111000 11 10100 0 110101 100100010 1011 101010

Color Harmonies of #746078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746078

Black with #746078

Text Example


Text Example

White with #746078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746078; }

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

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

background-color css

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

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

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

border-color css

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

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

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