#715F86

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

Shades of Kimberly #715F86

Tints of Kimberly #715F86

Color information

#715F86 (or 0x715F86) is unknown color: approx Kimberly. HEX triplet: 71, 5F and 86. RGB value is (113,95,134). Sum of RGB (Red+Green+Blue) = 113+95+134=342 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.04% from 342); Green value is 95 (37.5% from 255 or 27.78% from 342); Blue value is 134 (52.73% from 255 or 39.18% from 342); Max value from RGB is 134 - color contains mainly: blue. Hex color #715F86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715F86 is #8EA079. Grayscale: #686868. Windows color (decimal): -9347194 or 8806257. OLE color: 8806257.

HSL color Cylindrical-coordinate representation of color #715F86: hue angle of 267.69º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #715F86 is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB11395134-
CMYK0.160.2900.47
HSL267.69º17.03%44.9%-
HSV(B)267.69º29.1%52.55%-
XYZ15.2113.4224.34-
YUV104.83144.46133.83-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.04%
GREEN value IS 95 (37.5% from 255) = 27.78%
BLUE value IS 134 (52.73% from 255) = 39.18%
R=33.04%
G=27.78%
B=39.18%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal113951340.160.2900.47267.6917.0344.9
Hex715F86101D02F10c112d
Octal16113720620350574142155
Binary11100011011111100001101000011101010111110000110010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715F86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715F86; }

 p { color: rgb(113,95,134); }

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

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

 a { background-color: rgb(113,95,134); }

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

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

 span { border-color: rgb(113,95,134); }

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