#716789

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

Shades of Kimberly #716789

Tints of Kimberly #716789

Color information

#716789 (or 0x716789) is unknown color: approx Kimberly. HEX triplet: 71, 67 and 89. RGB value is (113,103,137). Sum of RGB (Red+Green+Blue) = 113+103+137=353 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.01% from 353); Green value is 103 (40.62% from 255 or 29.18% from 353); Blue value is 137 (53.91% from 255 or 38.81% from 353); Max value from RGB is 137 - color contains mainly: blue. Hex color #716789 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716789 is #8E9876. Grayscale: #6D6D6D. Windows color (decimal): -9345143 or 9004913. OLE color: 9004913.

HSL color Cylindrical-coordinate representation of color #716789: hue angle of 257.65º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #716789 is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB113103137-
CMYK0.180.2500.46
HSL257.65º14.17%47.06%-
HSV(B)257.65º24.82%53.73%-
XYZ16.1815.0225.71-
YUV109.87143.31130.24-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.01%
GREEN value IS 103 (40.62% from 255) = 29.18%
BLUE value IS 137 (53.91% from 255) = 38.81%
R=32.01%
G=29.18%
B=38.81%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1131031370.180.2500.46257.6514.1747.06
Hex716789121902E102e2f
Octal16114721122310564021657
Binary1110001110011110001001100101100101011101000000101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716789; }

 p { color: rgb(113,103,137); }

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

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

 a { background-color: rgb(113,103,137); }

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

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

 span { border-color: rgb(113,103,137); }

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