#716A80

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

Shades of Kimberly #716A80

Tints of Kimberly #716A80

Color information

#716A80 (or 0x716A80) is unknown color: approx Kimberly. HEX triplet: 71, 6A and 80. RGB value is (113,106,128). Sum of RGB (Red+Green+Blue) = 113+106+128=347 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.56% from 347); Green value is 106 (41.80% from 255 or 30.55% from 347); Blue value is 128 (50.39% from 255 or 36.89% from 347); Max value from RGB is 128 - color contains mainly: blue. Hex color #716A80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716A80 is #8E957F. Grayscale: #6E6E6E. Windows color (decimal): -9344384 or 8415857. OLE color: 8415857.

HSL color Cylindrical-coordinate representation of color #716A80: hue angle of 259.09º degrees, saturation: 0.09, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #716A80 is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB113106128-
CMYK0.120.1700.50
HSL259.09º9.4%45.88%-
HSV(B)259.09º17.19%50.2%-
XYZ15.8615.3822.55-
YUV110.6137.82129.71-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.56%
GREEN value IS 106 (41.80% from 255) = 30.55%
BLUE value IS 128 (50.39% from 255) = 36.89%
R=32.56%
G=30.55%
B=36.89%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1131061280.120.1700.50259.099.445.88
Hex716A80C1103210392e
Octal16115220014210624031156
Binary111000111010101000000011001000101100101000000111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716A80; }

 p { color: rgb(113,106,128); }

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

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

 a { background-color: rgb(113,106,128); }

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

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

 span { border-color: rgb(113,106,128); }

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