#716974

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

Shades of Rum #716974

Tints of Rum #716974

Color information

#716974 (or 0x716974) is unknown color: approx Rum. HEX triplet: 71, 69 and 74. RGB value is (113,105,116). Sum of RGB (Red+Green+Blue) = 113+105+116=334 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.83% from 334); Green value is 105 (41.41% from 255 or 31.44% from 334); Blue value is 116 (45.70% from 255 or 34.73% from 334); Max value from RGB is 116 - color contains mainly: blue. Hex color #716974 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716974 is #8E968B. Grayscale: #6C6C6C. Windows color (decimal): -9344652 or 7629169. OLE color: 7629169.

HSL color Cylindrical-coordinate representation of color #716974: hue angle of 283.64º degrees, saturation: 0.05, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #716974 is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB113105116-
CMYK0.030.0900.55
HSL283.64º4.98%43.33%-
HSV(B)283.64º9.48%45.49%-
XYZ15.0114.8718.6-
YUV108.65132.15131.11-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.83%
GREEN value IS 105 (41.41% from 255) = 31.44%
BLUE value IS 116 (45.70% from 255) = 34.73%
R=33.83%
G=31.44%
B=34.73%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1131051160.030.0900.55283.644.9843.33
Hex7169743903711c52b
Octal161151164311067434553
Binary1110001110100111101001110010110111100011100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716974; }

 p { color: rgb(113,105,116); }

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

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

 a { background-color: rgb(113,105,116); }

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

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

 span { border-color: rgb(113,105,116); }

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