#706A86

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

Shades of Kimberly #706A86

Tints of Kimberly #706A86

Color information

#706A86 (or 0x706A86) is unknown color: approx Kimberly. HEX triplet: 70, 6A and 86. RGB value is (112,106,134). Sum of RGB (Red+Green+Blue) = 112+106+134=352 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.82% from 352); Green value is 106 (41.80% from 255 or 30.11% from 352); Blue value is 134 (52.73% from 255 or 38.07% from 352); Max value from RGB is 134 - color contains mainly: blue. Hex color #706A86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706A86 is #8F9579. Grayscale: #6E6E6E. Windows color (decimal): -9409914 or 8809072. OLE color: 8809072.

HSL color Cylindrical-coordinate representation of color #706A86: hue angle of 252.86º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #706A86 is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB112106134-
CMYK0.160.2100.47
HSL252.86º11.67%47.06%-
HSV(B)252.86º20.9%52.55%-
XYZ16.1415.4724.69-
YUV110.99140.99128.72-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.82%
GREEN value IS 106 (41.80% from 255) = 30.11%
BLUE value IS 134 (52.73% from 255) = 38.07%
R=31.82%
G=30.11%
B=38.07%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1121061340.160.2100.47252.8611.6747.06
Hex706A86101502Ffdc2f
Octal16015220620250573751457
Binary111000011010101000011010000101010101111111111011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706A86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706A86; }

 p { color: rgb(112,106,134); }

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

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

 a { background-color: rgb(112,106,134); }

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

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

 span { border-color: rgb(112,106,134); }

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