#716B85

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

Shades of Kimberly #716B85

Tints of Kimberly #716B85

Color information

#716B85 (or 0x716B85) is unknown color: approx Kimberly. HEX triplet: 71, 6B and 85. RGB value is (113,107,133). Sum of RGB (Red+Green+Blue) = 113+107+133=353 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.01% from 353); Green value is 107 (42.19% from 255 or 30.31% from 353); Blue value is 133 (52.34% from 255 or 37.68% from 353); Max value from RGB is 133 - color contains mainly: blue. Hex color #716B85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716B85 is #8E947A. Grayscale: #6F6F6F. Windows color (decimal): -9344123 or 8743793. OLE color: 8743793.

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

Color convert

RGB113107133-
CMYK0.150.2000.48
HSL253.85º10.83%47.06%-
HSV(B)253.85º19.55%52.16%-
XYZ16.315.7224.37-
YUV111.76139.99128.89-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.01%
GREEN value IS 107 (42.19% from 255) = 30.31%
BLUE value IS 133 (52.34% from 255) = 37.68%
R=32.01%
G=30.31%
B=37.68%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1131071330.150.2000.48253.8510.8347.06
Hex716B85F14030feb2f
Octal16115320517240603761357
Binary11100011101011100001011111101000110000111111101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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