#716781

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

Shades of Kimberly #716781

Tints of Kimberly #716781

Color information

#716781 (or 0x716781) is unknown color: approx Kimberly. HEX triplet: 71, 67 and 81. RGB value is (113,103,129). Sum of RGB (Red+Green+Blue) = 113+103+129=345 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.75% from 345); Green value is 103 (40.62% from 255 or 29.86% from 345); Blue value is 129 (50.78% from 255 or 37.39% from 345); Max value from RGB is 129 - color contains mainly: blue. Hex color #716781 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716781 is #8E987E. Grayscale: #6C6C6C. Windows color (decimal): -9345151 or 8480625. OLE color: 8480625.

HSL color Cylindrical-coordinate representation of color #716781: hue angle of 263.08º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #716781 is Cyan = 0.12, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB113103129-
CMYK0.120.2000.49
HSL263.08º11.21%45.49%-
HSV(B)263.08º20.16%50.59%-
XYZ15.6214.822.8-
YUV108.95139.31130.89-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.75%
GREEN value IS 103 (40.62% from 255) = 29.86%
BLUE value IS 129 (50.78% from 255) = 37.39%
R=32.75%
G=29.86%
B=37.39%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1131031290.120.2000.49263.0811.2145.49
Hex716781C14031107b2d
Octal16114720114240614071355
Binary111000111001111000000111001010001100011000001111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716781; }

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

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

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

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

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

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

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

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