#716677

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

Shades of Rum #716677

Tints of Rum #716677

Color information

#716677 (or 0x716677) is unknown color: approx Rum. HEX triplet: 71, 66 and 77. RGB value is (113,102,119). Sum of RGB (Red+Green+Blue) = 113+102+119=334 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.83% from 334); Green value is 102 (40.23% from 255 or 30.54% from 334); Blue value is 119 (46.88% from 255 or 35.63% from 334); Max value from RGB is 119 - color contains mainly: blue. Hex color #716677 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716677 is #8E9988. Grayscale: #6B6B6B. Windows color (decimal): -9345417 or 7825009. OLE color: 7825009.

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

Color convert

RGB113102119-
CMYK0.050.1400.53
HSL278.82º7.69%43.33%-
HSV(B)278.82º14.29%46.67%-
XYZ14.8914.3519.44-
YUV107.23134.64132.12-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.83%
GREEN value IS 102 (40.23% from 255) = 30.54%
BLUE value IS 119 (46.88% from 255) = 35.63%
R=33.83%
G=30.54%
B=35.63%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1131021190.050.1400.53278.827.6943.33
Hex7166775E03511782b
Octal1611461675160654271053
Binary111000111001101110111101111001101011000101111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716677; }

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

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

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

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

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

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

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

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