#70747B

Color #70747B Raven (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raven #70747B

Tints of Raven #70747B

Color information

#70747B (or 0x70747B) is unknown color: approx Raven. HEX triplet: 70, 74 and 7B. RGB value is (112,116,123). Sum of RGB (Red+Green+Blue) = 112+116+123=351 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.91% from 351); Green value is 116 (45.70% from 255 or 33.05% from 351); Blue value is 123 (48.44% from 255 or 35.04% from 351); Max value from RGB is 123 - color contains mainly: blue. Hex color #70747B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70747B is #8F8B84. Grayscale: #737373. Windows color (decimal): -9407365 or 8090736. OLE color: 8090736.

HSL color Cylindrical-coordinate representation of color #70747B: hue angle of 218.18º degrees, saturation: 0.05, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #70747B is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB112116123-
CMYK0.090.0600.52
HSL218.18º4.68%46.08%-
HSV(B)218.18º8.94%48.24%-
XYZ16.517.3721.22-
YUV115.6132.17125.43-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.91%
GREEN value IS 116 (45.70% from 255) = 33.05%
BLUE value IS 123 (48.44% from 255) = 35.04%
R=31.91%
G=33.05%
B=35.04%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1121161230.090.0600.52218.184.6846.08
Hex70747B96034da52e
Octal160164173116064332556
Binary1110000111010011110111001110011010011011010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70747B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70747B; }

 p { color: rgb(112,116,123); }

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

<style>
 a { background-color: #70747B; }

 a { background-color: rgb(112,116,123); }

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

<style>
 span { border-color: #70747B; }

 span { border-color: rgb(112,116,123); }

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