#716B8B

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

Shades of Kimberly #716B8B

Tints of Kimberly #716B8B

Color information

#716B8B (or 0x716B8B) is unknown color: approx Kimberly. HEX triplet: 71, 6B and 8B. RGB value is (113,107,139). Sum of RGB (Red+Green+Blue) = 113+107+139=359 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.48% from 359); Green value is 107 (42.19% from 255 or 29.81% from 359); Blue value is 139 (54.69% from 255 or 38.72% from 359); Max value from RGB is 139 - color contains mainly: blue. Hex color #716B8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716B8B is #8E9474. Grayscale: #707070. Windows color (decimal): -9344117 or 9137009. OLE color: 9137009.

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

Color convert

RGB113107139-
CMYK0.190.2300.45
HSL251.25º13.01%48.24%-
HSV(B)251.25º23.02%54.51%-
XYZ16.7315.8926.61-
YUV112.44142.99128.4-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.48%
GREEN value IS 107 (42.19% from 255) = 29.81%
BLUE value IS 139 (54.69% from 255) = 38.72%
R=31.48%
G=29.81%
B=38.72%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1131071390.190.2300.45251.2513.0148.24
Hex716B8B131702Dfbd30
Octal16115321323270553731560
Binary111000111010111000101110011101110101101111110111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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