#716A88

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

Shades of Kimberly #716A88

Tints of Kimberly #716A88

Color information

#716A88 (or 0x716A88) is unknown color: approx Kimberly. HEX triplet: 71, 6A and 88. RGB value is (113,106,136). Sum of RGB (Red+Green+Blue) = 113+106+136=355 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.83% from 355); Green value is 106 (41.80% from 255 or 29.86% from 355); Blue value is 136 (53.52% from 255 or 38.31% from 355); Max value from RGB is 136 - color contains mainly: blue. Hex color #716A88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716A88 is #8E9577. Grayscale: #6F6F6F. Windows color (decimal): -9344376 or 8940145. OLE color: 8940145.

HSL color Cylindrical-coordinate representation of color #716A88: hue angle of 254º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #716A88 is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB113106136-
CMYK0.170.2200.47
HSL254º12.4%47.45%-
HSV(B)254º22.06%53.33%-
XYZ16.4115.625.44-
YUV111.51141.82129.06-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.83%
GREEN value IS 106 (41.80% from 255) = 29.86%
BLUE value IS 136 (53.52% from 255) = 38.31%
R=31.83%
G=29.86%
B=38.31%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1131061360.170.2200.4725412.447.45
Hex716A88111602Ffec2f
Octal16115221021260573761457
Binary111000111010101000100010001101100101111111111101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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