Html Css Color HEX #70747A Raven

📋 copy color: '#70747A'

red 112 ◦ green 116 ◦ blue 122

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

Shades of Raven #70747A

Tints of Raven #70747A

RGB

 RED value IS 112 (44.14% from 255) = 32%

 GREEN value IS 116 (45.7% from 255) = 33.14%

 BLUE value IS 122 (48.05% from 255) = 34.86%

R = 32%
G = 33.14%
B = 34.86%

CMYK

 C value IS 0.08

 M value IS 0.05

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#70747A (or 0x70747A) is known color: Raven. HEX triplet: 70, 74 and 7A. RGB value is (112,116,122). Sum of RGB (Red+Green+Blue) = 112+116+122=350 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32% from 350); Green value is 116 (45.70% from 255 or 33.14% from 350); Blue value is 122 (48.05% from 255 or 34.86% from 350); Max value from RGB is 122 - color contains mainly: blue. Hex color #70747A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70747A is #8F8B85. Grayscale: #737373. Windows color (decimal): -9407366 or 8025200. OLE color: 8025200.

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

Color convert

RGB 112 116 122 -
CMYK 0.08 0.05 0 0.52
HSL 216º 0.04% 0.46% -
HSV(B) 216º 0.08% 0.48% -
XYZ 16.44 17.34 20.89 -
YUV 115.49 131.67 125.51 -
System Red Green Blue C M Y K H S L
Decimal 112 116 122 0.08 0.05 0 0.52 216 0.04 0.46
Hex 70 74 7A 8 5 0 34 D8 4 2E
Octal 160 164 172 10 5 0 64 330 4 56
Binary 1110000 1110100 1111010 1000 101 0 110100 11011000 100 101110

Color Harmonies of #70747A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70747A

Black with #70747A

Text Example


Text Example

White with #70747A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #70747A;
 }
 .AnyTagClassName
 {
   color: #70747A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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