Html Css Color HEX #716378 Rum

📋 copy color: '#716378'

red 113 ◦ green 99 ◦ blue 120

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

Shades of Rum #716378

Tints of Rum #716378

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.82%

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

R = 34.04%
G = 29.82%
B = 36.14%

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

#716378 (or 0x716378) is known color: Rum. HEX triplet: 71, 63 and 78. RGB value is (113,99,120). Sum of RGB (Red+Green+Blue) = 113+99+120=332 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.04% from 332); Green value is 99 (39.06% from 255 or 29.82% 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 #716378 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716378 is #8E9C87. Grayscale: #696969. Windows color (decimal): -9346184 or 7889777. OLE color: 7889777.

HSL color Cylindrical-coordinate representation of color #716378: hue angle of 280º 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 #716378 is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 113 99 120 -
CMYK 0.06 0.17 0 0.53
HSL 280º 0.1% 0.43% -
HSV(B) 280º 0.18% 0.47% -
XYZ 14.66 13.79 19.66 -
YUV 105.58 136.14 133.29 -
System Red Green Blue C M Y K H S L
Decimal 113 99 120 0.06 0.17 0 0.53 280 0.1 0.43
Hex 71 63 78 6 11 0 35 118 A 2B
Octal 161 143 170 6 21 0 65 430 12 53
Binary 1110001 1100011 1111000 110 10001 0 110101 100011000 1010 101011

Color Harmonies of #716378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716378

Black with #716378

Text Example


Text Example

White with #716378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716378; }

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

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

background-color css

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

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

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

border-color css

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

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

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