#70697C

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

Shades of Kimberly #70697C

Tints of Kimberly #70697C

Color information

#70697C (or 0x70697C) is unknown color: approx Kimberly. HEX triplet: 70, 69 and 7C. RGB value is (112,105,124). Sum of RGB (Red+Green+Blue) = 112+105+124=341 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.84% from 341); Green value is 105 (41.41% from 255 or 30.79% from 341); Blue value is 124 (48.83% from 255 or 36.36% from 341); Max value from RGB is 124 - color contains mainly: blue. Hex color #70697C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70697C is #8F9683. Grayscale: #6D6D6D. Windows color (decimal): -9410180 or 8153456. OLE color: 8153456.

HSL color Cylindrical-coordinate representation of color #70697C: hue angle of 262.11º degrees, saturation: 0.08, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #70697C is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB112105124-
CMYK0.100.1500.51
HSL262.11º8.3%44.9%-
HSV(B)262.11º15.32%48.63%-
XYZ15.371521.15-
YUV109.26136.32129.96-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.84%
GREEN value IS 105 (41.41% from 255) = 30.79%
BLUE value IS 124 (48.83% from 255) = 36.36%
R=32.84%
G=30.79%
B=36.36%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1121051240.100.1500.51262.118.344.9
Hex70697CAF03310682d
Octal16015117412170634061055
Binary1110000110100111111001010111101100111000001101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70697C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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