Html Css Color HEX #746278 Rum

📋 copy color: '#746278'

red 116 ◦ green 98 ◦ blue 120

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

Shades of Rum #746278

Tints of Rum #746278

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.34%

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

R = 34.73%
G = 29.34%
B = 35.93%

CMYK

 C value IS 0.03

 M value IS 0.18

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#746278 (or 0x746278) is known color: Rum. HEX triplet: 74, 62 and 78. RGB value is (116,98,120). Sum of RGB (Red+Green+Blue) = 116+98+120=334 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.73% from 334); Green value is 98 (38.67% from 255 or 29.34% from 334); Blue value is 120 (47.27% from 255 or 35.93% from 334); Max value from RGB is 120 - color contains mainly: blue. Hex color #746278 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746278 is #8B9D87. Grayscale: #696969. Windows color (decimal): -9149832 or 7889524. OLE color: 7889524.

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

Color convert

RGB 116 98 120 -
CMYK 0.03 0.18 0 0.53
HSL 289.09º 0.1% 0.43% -
HSV(B) 289.09º 0.18% 0.47% -
XYZ 14.96 13.8 19.65 -
YUV 105.89 135.96 135.21 -
System Red Green Blue C M Y K H S L
Decimal 116 98 120 0.03 0.18 0 0.53 289.09 0.1 0.43
Hex 74 62 78 3 12 0 35 121 A 2B
Octal 164 142 170 3 22 0 65 441 12 53
Binary 1110100 1100010 1111000 11 10010 0 110101 100100001 1010 101011

Color Harmonies of #746278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746278

Black with #746278

Text Example


Text Example

White with #746278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746278; }

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

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

background-color css

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

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

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

border-color css

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

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

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