Html Css Color HEX #70767C Raven

📋 copy color: '#70767C'

red 112 ◦ green 118 ◦ blue 124

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

Shades of Raven #70767C

Tints of Raven #70767C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.33%

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

R = 31.64%
G = 33.33%
B = 35.03%

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

#70767C (or 0x70767C) is known color: Raven. HEX triplet: 70, 76 and 7C. RGB value is (112,118,124). Sum of RGB (Red+Green+Blue) = 112+118+124=354 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.64% from 354); Green value is 118 (46.48% from 255 or 33.33% from 354); Blue value is 124 (48.83% from 255 or 35.03% from 354); Max value from RGB is 124 - color contains mainly: blue. Hex color #70767C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70767C is #8F8983. Grayscale: #747474. Windows color (decimal): -9406852 or 8156784. OLE color: 8156784.

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

Color convert

RGB 112 118 124 -
CMYK 0.10 0.05 0 0.51
HSL 210º 0.05% 0.46% -
HSV(B) 210º 0.1% 0.49% -
XYZ 16.8 17.86 21.63 -
YUV 116.89 132.01 124.51 -
System Red Green Blue C M Y K H S L
Decimal 112 118 124 0.10 0.05 0 0.51 210 0.05 0.46
Hex 70 76 7C A 5 0 33 D2 5 2E
Octal 160 166 174 12 5 0 63 322 5 56
Binary 1110000 1110110 1111100 1010 101 0 110011 11010010 101 101110

Color Harmonies of #70767C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70767C

Black with #70767C

Text Example


Text Example

White with #70767C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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