#707174

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

Shades of Raven #707174

Tints of Raven #707174

Color information

#707174 (or 0x707174) is unknown color: approx Raven. HEX triplet: 70, 71 and 74. RGB value is (112,113,116). Sum of RGB (Red+Green+Blue) = 112+113+116=341 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.84% from 341); Green value is 113 (44.53% from 255 or 33.14% from 341); Blue value is 116 (45.70% from 255 or 34.02% from 341); Max value from RGB is 116 - color contains mainly: blue. Hex color #707174 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707174 is #8F8E8B. Grayscale: #717171. Windows color (decimal): -9408140 or 7631216. OLE color: 7631216.

HSL color Cylindrical-coordinate representation of color #707174: hue angle of 225º degrees, saturation: 0.02, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #707174 is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB112113116-
CMYK0.030.0300.55
HSL225º1.75%44.71%-
HSV(B)225º3.45%45.49%-
XYZ15.7416.5218.88-
YUV113.04129.67127.26-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.84%
GREEN value IS 113 (44.53% from 255) = 33.14%
BLUE value IS 116 (45.70% from 255) = 34.02%
R=32.84%
G=33.14%
B=34.02%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1121131160.030.0300.552251.7544.71
Hex70717433037e122d
Octal16016116433067341255
Binary111000011100011110100111101101111110000110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707174; }

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

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

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

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

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

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

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

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