#716775

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

Shades of Rum #716775

Tints of Rum #716775

Color information

#716775 (or 0x716775) is unknown color: approx Rum. HEX triplet: 71, 67 and 75. RGB value is (113,103,117). Sum of RGB (Red+Green+Blue) = 113+103+117=333 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.93% from 333); Green value is 103 (40.62% from 255 or 30.93% from 333); Blue value is 117 (46.09% from 255 or 35.14% from 333); Max value from RGB is 117 - color contains mainly: blue. Hex color #716775 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716775 is #8E988A. Grayscale: #6B6B6B. Windows color (decimal): -9345163 or 7694193. OLE color: 7694193.

HSL color Cylindrical-coordinate representation of color #716775: hue angle of 282.86º degrees, saturation: 0.06, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #716775 is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB113103117-
CMYK0.030.1200.54
HSL282.86º6.36%43.14%-
HSV(B)282.86º11.97%45.88%-
XYZ14.8714.518.84-
YUV107.59133.31131.86-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.93%
GREEN value IS 103 (40.62% from 255) = 30.93%
BLUE value IS 117 (46.09% from 255) = 35.14%
R=33.93%
G=30.93%
B=35.14%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1131031170.030.1200.54282.866.3643.14
Hex7167753C03611b62b
Octal161147165314066433653
Binary1110001110011111101011111000110110100011011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716775; }

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

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

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

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

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

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

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

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