#716777

Color #716777 Rum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rum #716777

Tints of Rum #716777

Color information

#716777 (or 0x716777) is unknown color: approx Rum. HEX triplet: 71, 67 and 77. RGB value is (113,103,119). Sum of RGB (Red+Green+Blue) = 113+103+119=335 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.73% from 335); Green value is 103 (40.62% from 255 or 30.75% from 335); Blue value is 119 (46.88% from 255 or 35.52% from 335); Max value from RGB is 119 - color contains mainly: blue. Hex color #716777 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716777 is #8E9888. Grayscale: #6B6B6B. Windows color (decimal): -9345161 or 7825265. OLE color: 7825265.

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

Color convert

RGB113103119-
CMYK0.050.1300.53
HSL277.5º7.21%43.53%-
HSV(B)277.5º13.45%46.67%-
XYZ14.9914.5419.47-
YUV107.81134.31131.7-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.73%
GREEN value IS 103 (40.62% from 255) = 30.75%
BLUE value IS 119 (46.88% from 255) = 35.52%
R=33.73%
G=30.75%
B=35.52%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1131031190.050.1300.53277.57.2143.53
Hex7167775D03511672c
Octal161147167515065426754
Binary11100011100111111011110111010110101100010110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716777; }

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

 H1.HeaderClassName
 {
   color: #716777;
 }
 .AnyTagClassName
 {
   color: #716777;
 }
</style>
background-color css

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

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

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

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

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

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