#716B8C

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

Shades of Kimberly #716B8C

Tints of Kimberly #716B8C

Color information

#716B8C (or 0x716B8C) is unknown color: approx Kimberly. HEX triplet: 71, 6B and 8C. RGB value is (113,107,140). Sum of RGB (Red+Green+Blue) = 113+107+140=360 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.39% from 360); Green value is 107 (42.19% from 255 or 29.72% from 360); Blue value is 140 (55.08% from 255 or 38.89% from 360); Max value from RGB is 140 - color contains mainly: blue. Hex color #716B8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716B8C is #8E9473. Grayscale: #707070. Windows color (decimal): -9344116 or 9202545. OLE color: 9202545.

HSL color Cylindrical-coordinate representation of color #716B8C: hue angle of 250.91º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #716B8C is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB113107140-
CMYK0.190.2400.45
HSL250.91º13.36%48.43%-
HSV(B)250.91º23.57%54.9%-
XYZ16.815.9227-
YUV112.56143.49128.32-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.39%
GREEN value IS 107 (42.19% from 255) = 29.72%
BLUE value IS 140 (55.08% from 255) = 38.89%
R=31.39%
G=29.72%
B=38.89%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1131071400.190.2400.45250.9113.3648.43
Hex716B8C131802Dfbd30
Octal16115321423300553731560
Binary111000111010111000110010011110000101101111110111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716B8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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