#70677F

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

Shades of Kimberly #70677F

Tints of Kimberly #70677F

Color information

#70677F (or 0x70677F) is unknown color: approx Kimberly. HEX triplet: 70, 67 and 7F. RGB value is (112,103,127). Sum of RGB (Red+Green+Blue) = 112+103+127=342 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.75% from 342); Green value is 103 (40.62% from 255 or 30.12% from 342); Blue value is 127 (50% from 255 or 37.13% from 342); Max value from RGB is 127 - color contains mainly: blue. Hex color #70677F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70677F is #8F9880. Grayscale: #6C6C6C. Windows color (decimal): -9410689 or 8349552. OLE color: 8349552.

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

Color convert

RGB112103127-
CMYK0.120.1900.50
HSL262.5º10.43%45.1%-
HSV(B)262.5º18.9%49.8%-
XYZ15.3614.6822.1-
YUV108.43138.48130.55-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.75%
GREEN value IS 103 (40.62% from 255) = 30.12%
BLUE value IS 127 (50% from 255) = 37.13%
R=32.75%
G=30.12%
B=37.13%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1121031270.120.1900.50262.510.4345.1
Hex70677FC13032106a2d
Octal16014717714230624061255
Binary11100001100111111111111001001101100101000001101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70677F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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