Html Css Color HEX #716478 Rum

📋 copy color: '#716478'

red 113 ◦ green 100 ◦ blue 120

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

Shades of Rum #716478

Tints of Rum #716478

RGB

 RED value IS 113 (44.53% from 255) = 33.93%

 GREEN value IS 100 (39.45% from 255) = 30.03%

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

R = 33.93%
G = 30.03%
B = 36.04%

CMYK

 C value IS 0.06

 M value IS 0.17

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#716478 (or 0x716478) is known color: Rum. HEX triplet: 71, 64 and 78. RGB value is (113,100,120). Sum of RGB (Red+Green+Blue) = 113+100+120=333 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.93% from 333); Green value is 100 (39.45% from 255 or 30.03% from 333); Blue value is 120 (47.27% from 255 or 36.04% from 333); Max value from RGB is 120 - color contains mainly: blue. Hex color #716478 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716478 is #8E9B87. Grayscale: #6A6A6A. Windows color (decimal): -9345928 or 7890033. OLE color: 7890033.

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

Color convert

RGB 113 100 120 -
CMYK 0.06 0.17 0 0.53
HSL 279º 0.09% 0.43% -
HSV(B) 279º 0.17% 0.47% -
XYZ 14.76 13.98 19.69 -
YUV 106.17 135.81 132.87 -
System Red Green Blue C M Y K H S L
Decimal 113 100 120 0.06 0.17 0 0.53 279 0.09 0.43
Hex 71 64 78 6 11 0 35 117 9 2B
Octal 161 144 170 6 21 0 65 427 11 53
Binary 1110001 1100100 1111000 110 10001 0 110101 100010111 1001 101011

Color Harmonies of #716478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716478

Black with #716478

Text Example


Text Example

White with #716478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716478; }

 p { color: rgb(113,100,120); }

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

background-color css

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

 a { background-color: rgb(113,100,120); }

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

border-color css

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

 span { border-color: rgb(113,100,120); }

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