Html Css Color HEX #707174 Raven

📋 copy color: '#707174'

red 112 ◦ green 113 ◦ blue 116

#707174
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Raven #707174

Tints of Raven #707174

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.7% from 255) = 34.02%

R = 32.84%
G = 33.14%
B = 34.02%

CMYK

 C value IS 0.03

 M value IS 0.03

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#707174 (or 0x707174) is known color: 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

RGB 112 113 116 -
CMYK 0.03 0.03 0 0.55
HSL 225º 0.02% 0.45% -
HSV(B) 225º 0.03% 0.45% -
XYZ 15.74 16.52 18.88 -
YUV 113.04 129.67 127.26 -
System Red Green Blue C M Y K H S L
Decimal 112 113 116 0.03 0.03 0 0.55 225 0.02 0.45
Hex 70 71 74 3 3 0 37 E1 2 2D
Octal 160 161 164 3 3 0 67 341 2 55
Binary 1110000 1110001 1110100 11 11 0 110111 11100001 10 101101

Color Harmonies of #707174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707174

Black with #707174

Text Example


Text Example

White with #707174

Text Example


Text Example

HTML Codes & Css Web 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>