Html Css Color HEX #70777D Raven

📋 copy color: '#70777D'

red 112 ◦ green 119 ◦ blue 125

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

Shades of Raven #70777D

Tints of Raven #70777D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 35.11%

R = 31.46%
G = 33.43%
B = 35.11%

CMYK

 C value IS 0.10

 M value IS 0.05

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#70777D (or 0x70777D) is known color: Raven. HEX triplet: 70, 77 and 7D. RGB value is (112,119,125). Sum of RGB (Red+Green+Blue) = 112+119+125=356 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.46% from 356); Green value is 119 (46.88% from 255 or 33.43% from 356); Blue value is 125 (49.22% from 255 or 35.11% from 356); Max value from RGB is 125 - color contains mainly: blue. Hex color #70777D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70777D is #8F8882. Grayscale: #757575. Windows color (decimal): -9406595 or 8222576. OLE color: 8222576.

HSL color Cylindrical-coordinate representation of color #70777D: hue angle of 207.69º 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 #70777D is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 112 119 125 -
CMYK 0.10 0.05 0 0.51
HSL 207.69º 0.05% 0.46% -
HSV(B) 207.69º 0.1% 0.49% -
XYZ 16.98 18.12 22 -
YUV 117.59 132.18 124.01 -
System Red Green Blue C M Y K H S L
Decimal 112 119 125 0.10 0.05 0 0.51 207.69 0.05 0.46
Hex 70 77 7D A 5 0 33 D0 5 2E
Octal 160 167 175 12 5 0 63 320 5 56
Binary 1110000 1110111 1111101 1010 101 0 110011 11010000 101 101110

Color Harmonies of #70777D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70777D

Black with #70777D

Text Example


Text Example

White with #70777D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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