#716882

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

Shades of Kimberly #716882

Tints of Kimberly #716882

Color information

#716882 (or 0x716882) is unknown color: approx Kimberly. HEX triplet: 71, 68 and 82. RGB value is (113,104,130). Sum of RGB (Red+Green+Blue) = 113+104+130=347 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.56% from 347); Green value is 104 (41.02% from 255 or 29.97% from 347); Blue value is 130 (51.17% from 255 or 37.46% from 347); Max value from RGB is 130 - color contains mainly: blue. Hex color #716882 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716882 is #8E977D. Grayscale: #6D6D6D. Windows color (decimal): -9344894 or 8546417. OLE color: 8546417.

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

Color convert

RGB113104130-
CMYK0.130.200.49
HSL260.77º11.11%45.88%-
HSV(B)260.77º20%50.98%-
XYZ15.7915.0223.19-
YUV109.66139.48130.39-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.56%
GREEN value IS 104 (41.02% from 255) = 29.97%
BLUE value IS 130 (51.17% from 255) = 37.46%
R=32.56%
G=29.97%
B=37.46%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1131041300.130.200.49260.7711.1145.88
Hex716882D14031105b2e
Octal16115020215240614051356
Binary111000111010001000001011011010001100011000001011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716882; }

 p { color: rgb(113,104,130); }

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

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

 a { background-color: rgb(113,104,130); }

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

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

 span { border-color: rgb(113,104,130); }

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