#716C84

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

Shades of Kimberly #716C84

Tints of Kimberly #716C84

Color information

#716C84 (or 0x716C84) is unknown color: approx Kimberly. HEX triplet: 71, 6C and 84. RGB value is (113,108,132). Sum of RGB (Red+Green+Blue) = 113+108+132=353 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.01% from 353); Green value is 108 (42.58% from 255 or 30.59% from 353); Blue value is 132 (51.95% from 255 or 37.39% from 353); Max value from RGB is 132 - color contains mainly: blue. Hex color #716C84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716C84 is #8E937B. Grayscale: #707070. Windows color (decimal): -9343868 or 8678513. OLE color: 8678513.

HSL color Cylindrical-coordinate representation of color #716C84: hue angle of 252.5º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #716C84 is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB113108132-
CMYK0.140.1800.48
HSL252.5º10%47.06%-
HSV(B)252.5º18.18%51.76%-
XYZ16.3415.924.04-
YUV112.23139.16128.55-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.01%
GREEN value IS 108 (42.58% from 255) = 30.59%
BLUE value IS 132 (51.95% from 255) = 37.39%
R=32.01%
G=30.59%
B=37.39%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1131081320.140.1800.48252.51047.06
Hex716C84E12030fca2f
Octal16115420416220603741257
Binary11100011101100100001001110100100110000111111001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,108,132); }

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

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

 a { background-color: rgb(113,108,132); }

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

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

 span { border-color: rgb(113,108,132); }

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