#70697F

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

Shades of Kimberly #70697F

Tints of Kimberly #70697F

Color information

#70697F (or 0x70697F) is unknown color: approx Kimberly. HEX triplet: 70, 69 and 7F. RGB value is (112,105,127). Sum of RGB (Red+Green+Blue) = 112+105+127=344 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.56% from 344); Green value is 105 (41.41% from 255 or 30.52% from 344); Blue value is 127 (50% from 255 or 36.92% from 344); Max value from RGB is 127 - color contains mainly: blue. Hex color #70697F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70697F is #8F9680. Grayscale: #6D6D6D. Windows color (decimal): -9410177 or 8350064. OLE color: 8350064.

HSL color Cylindrical-coordinate representation of color #70697F: hue angle of 259.09º degrees, saturation: 0.09, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #70697F is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB112105127-
CMYK0.120.1700.50
HSL259.09º9.48%45.49%-
HSV(B)259.09º17.32%49.8%-
XYZ15.5615.0822.17-
YUV109.6137.82129.71-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.56%
GREEN value IS 105 (41.41% from 255) = 30.52%
BLUE value IS 127 (50% from 255) = 36.92%
R=32.56%
G=30.52%
B=36.92%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1121051270.120.1700.50259.099.4845.49
Hex70697FC1103210392d
Octal16015117714210624031155
Binary11100001101001111111111001000101100101000000111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70697F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70697F; }

 p { color: rgb(112,105,127); }

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

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

 a { background-color: rgb(112,105,127); }

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

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

 span { border-color: rgb(112,105,127); }

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