Html Css Color HEX #707478 Raven

📋 copy color: '#707478'

red 112 ◦ green 116 ◦ blue 120

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

Shades of Raven #707478

Tints of Raven #707478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 34.48%

R = 32.18%
G = 33.33%
B = 34.48%

CMYK

 C value IS 0.07

 M value IS 0.03

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#707478 (or 0x707478) is known color: Raven. HEX triplet: 70, 74 and 78. RGB value is (112,116,120). Sum of RGB (Red+Green+Blue) = 112+116+120=348 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.18% from 348); Green value is 116 (45.70% from 255 or 33.33% from 348); Blue value is 120 (47.27% from 255 or 34.48% from 348); Max value from RGB is 120 - color contains mainly: blue. Hex color #707478 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707478 is #8F8B87. Grayscale: #737373. Windows color (decimal): -9407368 or 7894128. OLE color: 7894128.

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

Color convert

RGB 112 116 120 -
CMYK 0.07 0.03 0 0.53
HSL 210º 0.03% 0.45% -
HSV(B) 210º 0.07% 0.47% -
XYZ 16.32 17.29 20.25 -
YUV 115.26 130.67 125.67 -
System Red Green Blue C M Y K H S L
Decimal 112 116 120 0.07 0.03 0 0.53 210 0.03 0.45
Hex 70 74 78 7 3 0 35 D2 3 2D
Octal 160 164 170 7 3 0 65 322 3 55
Binary 1110000 1110100 1111000 111 11 0 110101 11010010 11 101101

Color Harmonies of #707478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707478

Black with #707478

Text Example


Text Example

White with #707478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707478; }

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

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

background-color css

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

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

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

border-color css

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

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

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