Html Css Color HEX #716077 Rum

📋 copy color: '#716077'

red 113 ◦ green 96 ◦ blue 119

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

Shades of Rum #716077

Tints of Rum #716077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 36.28%

R = 34.45%
G = 29.27%
B = 36.28%

CMYK

 C value IS 0.05

 M value IS 0.19

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#716077 (or 0x716077) is known color: Rum. HEX triplet: 71, 60 and 77. RGB value is (113,96,119). Sum of RGB (Red+Green+Blue) = 113+96+119=328 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.45% from 328); Green value is 96 (37.89% from 255 or 29.27% from 328); Blue value is 119 (46.88% from 255 or 36.28% from 328); Max value from RGB is 119 - color contains mainly: blue. Hex color #716077 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716077 is #8E9F88. Grayscale: #676767. Windows color (decimal): -9346953 or 7823473. OLE color: 7823473.

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

Color convert

RGB 113 96 119 -
CMYK 0.05 0.19 0 0.53
HSL 284.35º 0.11% 0.42% -
HSV(B) 284.35º 0.19% 0.47% -
XYZ 14.32 13.21 19.25 -
YUV 103.71 136.63 134.63 -
System Red Green Blue C M Y K H S L
Decimal 113 96 119 0.05 0.19 0 0.53 284.35 0.11 0.42
Hex 71 60 77 5 13 0 35 11C B 2A
Octal 161 140 167 5 23 0 65 434 13 52
Binary 1110001 1100000 1110111 101 10011 0 110101 100011100 1011 101010

Color Harmonies of #716077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716077

Black with #716077

Text Example


Text Example

White with #716077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716077; }

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

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

background-color css

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

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

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

border-color css

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

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

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