#716B88

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

Shades of Kimberly #716B88

Tints of Kimberly #716B88

Color information

#716B88 (or 0x716B88) is unknown color: approx Kimberly. HEX triplet: 71, 6B and 88. RGB value is (113,107,136). Sum of RGB (Red+Green+Blue) = 113+107+136=356 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.74% from 356); Green value is 107 (42.19% from 255 or 30.06% from 356); Blue value is 136 (53.52% from 255 or 38.20% from 356); Max value from RGB is 136 - color contains mainly: blue. Hex color #716B88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716B88 is #8E9477. Grayscale: #6F6F6F. Windows color (decimal): -9344120 or 8940401. OLE color: 8940401.

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

Color convert

RGB113107136-
CMYK0.170.2100.47
HSL252.41º11.93%47.65%-
HSV(B)252.41º21.32%53.33%-
XYZ16.5115.825.47-
YUV112.1141.49128.64-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.74%
GREEN value IS 107 (42.19% from 255) = 30.06%
BLUE value IS 136 (53.52% from 255) = 38.20%
R=31.74%
G=30.06%
B=38.20%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1131071360.170.2100.47252.4111.9347.65
Hex716B88111502Ffcc30
Octal16115321021250573741460
Binary111000111010111000100010001101010101111111111001100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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