Html Css Color HEX #716078 Rum

📋 copy color: '#716078'

red 113 ◦ green 96 ◦ blue 120

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

Shades of Rum #716078

Tints of Rum #716078

RGB

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

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

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

R = 34.35%
G = 29.18%
B = 36.47%

CMYK

 C value IS 0.06

 M value IS 0.2

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#716078 (or 0x716078) is known color: Rum. HEX triplet: 71, 60 and 78. RGB value is (113,96,120). Sum of RGB (Red+Green+Blue) = 113+96+120=329 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.35% from 329); Green value is 96 (37.89% from 255 or 29.18% from 329); Blue value is 120 (47.27% from 255 or 36.47% from 329); Max value from RGB is 120 - color contains mainly: blue. Hex color #716078 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716078 is #8E9F87. Grayscale: #676767. Windows color (decimal): -9346952 or 7889009. OLE color: 7889009.

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

Color convert

RGB 113 96 120 -
CMYK 0.06 0.2 0 0.53
HSL 282.5º 0.11% 0.42% -
HSV(B) 282.5º 0.2% 0.47% -
XYZ 14.38 13.23 19.57 -
YUV 103.82 137.13 134.55 -
System Red Green Blue C M Y K H S L
Decimal 113 96 120 0.06 0.2 0 0.53 282.5 0.11 0.42
Hex 71 60 78 6 14 0 35 11A B 2A
Octal 161 140 170 6 24 0 65 432 13 52
Binary 1110001 1100000 1111000 110 10100 0 110101 100011010 1011 101010

Color Harmonies of #716078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716078

Black with #716078

Text Example


Text Example

White with #716078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716078; }

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

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

background-color css

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

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

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

border-color css

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

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

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