Html Css Color HEX #70777F Raven

📋 copy color: '#70777F'

red 112 ◦ green 119 ◦ blue 127

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

Shades of Raven #70777F

Tints of Raven #70777F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 35.47%

R = 31.28%
G = 33.24%
B = 35.47%

CMYK

 C value IS 0.12

 M value IS 0.06

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#70777F (or 0x70777F) is known color: Raven. HEX triplet: 70, 77 and 7F. RGB value is (112,119,127). Sum of RGB (Red+Green+Blue) = 112+119+127=358 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.28% from 358); Green value is 119 (46.88% from 255 or 33.24% from 358); Blue value is 127 (50% from 255 or 35.47% from 358); Max value from RGB is 127 - color contains mainly: blue. Hex color #70777F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70777F is #8F8880. Grayscale: #757575. Windows color (decimal): -9406593 or 8353648. OLE color: 8353648.

HSL color Cylindrical-coordinate representation of color #70777F: hue angle of 212º degrees, saturation: 0.06, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #70777F is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 112 119 127 -
CMYK 0.12 0.06 0 0.50
HSL 212º 0.06% 0.47% -
HSV(B) 212º 0.12% 0.5% -
XYZ 17.11 18.17 22.68 -
YUV 117.82 133.18 123.85 -
System Red Green Blue C M Y K H S L
Decimal 112 119 127 0.12 0.06 0 0.50 212 0.06 0.47
Hex 70 77 7F C 6 0 32 D4 6 2F
Octal 160 167 177 14 6 0 62 324 6 57
Binary 1110000 1110111 1111111 1100 110 0 110010 11010100 110 101111

Color Harmonies of #70777F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70777F

Black with #70777F

Text Example


Text Example

White with #70777F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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