#716884

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

Shades of Kimberly #716884

Tints of Kimberly #716884

Color information

#716884 (or 0x716884) is unknown color: approx Kimberly. HEX triplet: 71, 68 and 84. RGB value is (113,104,132). Sum of RGB (Red+Green+Blue) = 113+104+132=349 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.38% from 349); Green value is 104 (41.02% from 255 or 29.80% from 349); Blue value is 132 (51.95% from 255 or 37.82% from 349); Max value from RGB is 132 - color contains mainly: blue. Hex color #716884 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716884 is #8E977B. Grayscale: #6D6D6D. Windows color (decimal): -9344892 or 8677489. OLE color: 8677489.

HSL color Cylindrical-coordinate representation of color #716884: hue angle of 259.29º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #716884 is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB113104132-
CMYK0.140.2100.48
HSL259.29º11.86%46.27%-
HSV(B)259.29º21.21%51.76%-
XYZ15.9315.0823.9-
YUV109.88140.48130.22-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.38%
GREEN value IS 104 (41.02% from 255) = 29.80%
BLUE value IS 132 (51.95% from 255) = 37.82%
R=32.38%
G=29.80%
B=37.82%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1131041320.140.2100.48259.2911.8646.27
Hex716884E15030103c2e
Octal16115020416250604031456
Binary111000111010001000010011101010101100001000000111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716884; }

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

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

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

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

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

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

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

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