#716A7D

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

Shades of Kimberly #716A7D

Tints of Kimberly #716A7D

Color information

#716A7D (or 0x716A7D) is unknown color: approx Kimberly. HEX triplet: 71, 6A and 7D. RGB value is (113,106,125). Sum of RGB (Red+Green+Blue) = 113+106+125=344 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.85% from 344); Green value is 106 (41.80% from 255 or 30.81% from 344); Blue value is 125 (49.22% from 255 or 36.34% from 344); Max value from RGB is 125 - color contains mainly: blue. Hex color #716A7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716A7D is #8E9582. Grayscale: #6E6E6E. Windows color (decimal): -9344387 or 8219249. OLE color: 8219249.

HSL color Cylindrical-coordinate representation of color #716A7D: hue angle of 262.11º degrees, saturation: 0.08, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #716A7D is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB113106125-
CMYK0.100.1500.51
HSL262.11º8.23%45.29%-
HSV(B)262.11º15.2%49.02%-
XYZ15.6715.321.53-
YUV110.26136.32129.96-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.85%
GREEN value IS 106 (41.80% from 255) = 30.81%
BLUE value IS 125 (49.22% from 255) = 36.34%
R=32.85%
G=30.81%
B=36.34%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1131061250.100.1500.51262.118.2345.29
Hex716A7DAF03310682d
Octal16115217512170634061055
Binary1110001110101011111011010111101100111000001101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,106,125); }

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

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

 a { background-color: rgb(113,106,125); }

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

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

 span { border-color: rgb(113,106,125); }

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