#71627A

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

Shades of Rum #71627A

Tints of Rum #71627A

Color information

#71627A (or 0x71627A) is unknown color: approx Rum. HEX triplet: 71, 62 and 7A. RGB value is (113,98,122). Sum of RGB (Red+Green+Blue) = 113+98+122=333 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.93% from 333); Green value is 98 (38.67% from 255 or 29.43% from 333); Blue value is 122 (48.05% from 255 or 36.64% from 333); Max value from RGB is 122 - color contains mainly: blue. Hex color #71627A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71627A is #8E9D85. Grayscale: #696969. Windows color (decimal): -9346438 or 8020593. OLE color: 8020593.

HSL color Cylindrical-coordinate representation of color #71627A: hue angle of 277.5º degrees, saturation: 0.11, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #71627A is Cyan = 0.07, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11398122-
CMYK0.070.2000.52
HSL277.5º10.91%43.14%-
HSV(B)277.5º19.67%47.84%-
XYZ14.6913.6520.27-
YUV105.22137.47133.55-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.93%
GREEN value IS 98 (38.67% from 255) = 29.43%
BLUE value IS 122 (48.05% from 255) = 36.64%
R=33.93%
G=29.43%
B=36.64%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal113981220.070.2000.52277.510.9143.14
Hex71627A714034116b2b
Octal1611421727240644261353
Binary1110001110001011110101111010001101001000101101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71627A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71627A; }

 p { color: rgb(113,98,122); }

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

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

 a { background-color: rgb(113,98,122); }

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

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

 span { border-color: rgb(113,98,122); }

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