Html Css Color HEX #70777C Raven

📋 copy color: '#70777C'

red 112 ◦ green 119 ◦ blue 124

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

Shades of Raven #70777C

Tints of Raven #70777C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.52%

 BLUE value IS 124 (48.83% from 255) = 34.93%

R = 31.55%
G = 33.52%
B = 34.93%

CMYK

 C value IS 0.10

 M value IS 0.04

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#70777C (or 0x70777C) is known color: Raven. HEX triplet: 70, 77 and 7C. RGB value is (112,119,124). Sum of RGB (Red+Green+Blue) = 112+119+124=355 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.55% from 355); Green value is 119 (46.88% from 255 or 33.52% from 355); Blue value is 124 (48.83% from 255 or 34.93% from 355); Max value from RGB is 124 - color contains mainly: blue. Hex color #70777C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70777C is #8F8883. Grayscale: #757575. Windows color (decimal): -9406596 or 8157040. OLE color: 8157040.

HSL color Cylindrical-coordinate representation of color #70777C: hue angle of 205º degrees, saturation: 0.05, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #70777C is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 112 119 124 -
CMYK 0.10 0.04 0 0.51
HSL 205º 0.05% 0.46% -
HSV(B) 205º 0.1% 0.49% -
XYZ 16.92 18.09 21.67 -
YUV 117.48 131.68 124.09 -
System Red Green Blue C M Y K H S L
Decimal 112 119 124 0.10 0.04 0 0.51 205 0.05 0.46
Hex 70 77 7C A 4 0 33 CD 5 2E
Octal 160 167 174 12 4 0 63 315 5 56
Binary 1110000 1110111 1111100 1010 100 0 110011 11001101 101 101110

Color Harmonies of #70777C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70777C

Black with #70777C

Text Example


Text Example

White with #70777C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70777C; }

 p { color: rgb(112,119,124); }

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

background-color css

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

 a { background-color: rgb(112,119,124); }

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

border-color css

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

 span { border-color: rgb(112,119,124); }

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