Html Css Color HEX #70787E Raven

📋 copy color: '#70787E'

red 112 ◦ green 120 ◦ blue 126

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

Shades of Raven #70787E

Tints of Raven #70787E

RGB

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

 GREEN value IS 120 (47.27% from 255) = 33.52%

 BLUE value IS 126 (49.61% from 255) = 35.2%

R = 31.28%
G = 33.52%
B = 35.2%

CMYK

 C value IS 0.11

 M value IS 0.05

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#70787E (or 0x70787E) is known color: Raven. HEX triplet: 70, 78 and 7E. RGB value is (112,120,126). Sum of RGB (Red+Green+Blue) = 112+120+126=358 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.28% from 358); Green value is 120 (47.27% from 255 or 33.52% from 358); Blue value is 126 (49.61% from 255 or 35.20% from 358); Max value from RGB is 126 - color contains mainly: blue. Hex color #70787E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70787E is #8F8781. Grayscale: #767676. Windows color (decimal): -9406338 or 8288368. OLE color: 8288368.

HSL color Cylindrical-coordinate representation of color #70787E: hue angle of 205.71º degrees, saturation: 0.06, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #70787E is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 112 120 126 -
CMYK 0.11 0.05 0 0.51
HSL 205.71º 0.06% 0.47% -
HSV(B) 205.71º 0.11% 0.49% -
XYZ 17.16 18.38 22.38 -
YUV 118.29 132.35 123.51 -
System Red Green Blue C M Y K H S L
Decimal 112 120 126 0.11 0.05 0 0.51 205.71 0.06 0.47
Hex 70 78 7E B 5 0 33 CE 6 2F
Octal 160 170 176 13 5 0 63 316 6 57
Binary 1110000 1111000 1111110 1011 101 0 110011 11001110 110 101111

Color Harmonies of #70787E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70787E

Black with #70787E

Text Example


Text Example

White with #70787E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70787E; }

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

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

background-color css

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

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

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

border-color css

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

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

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