Html Css Color HEX #70878E Gothic

📋 copy color: '#70878E'

red 112 ◦ green 135 ◦ blue 142

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

Shades of Gothic #70878E

Tints of Gothic #70878E

RGB

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

 GREEN value IS 135 (53.13% from 255) = 34.7%

 BLUE value IS 142 (55.86% from 255) = 36.5%

R = 28.79%
G = 34.7%
B = 36.5%

CMYK

 C value IS 0.21

 M value IS 0.05

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#70878E (or 0x70878E) is known color: Gothic. HEX triplet: 70, 87 and 8E. RGB value is (112,135,142). Sum of RGB (Red+Green+Blue) = 112+135+142=389 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.79% from 389); Green value is 135 (53.12% from 255 or 34.70% from 389); Blue value is 142 (55.86% from 255 or 36.50% from 389); Max value from RGB is 142 - color contains mainly: blue. Hex color #70878E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70878E is #8F7871. Grayscale: #808080. Windows color (decimal): -9402482 or 9340784. OLE color: 9340784.

HSL color Cylindrical-coordinate representation of color #70878E: hue angle of 194º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #70878E is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 112 135 142 -
CMYK 0.21 0.05 0 0.44
HSL 194º 0.12% 0.5% -
HSV(B) 194º 0.21% 0.56% -
XYZ 20.23 22.73 28.91 -
YUV 128.92 135.38 115.93 -
System Red Green Blue C M Y K H S L
Decimal 112 135 142 0.21 0.05 0 0.44 194 0.12 0.5
Hex 70 87 8E 15 5 0 2C C2 C 32
Octal 160 207 216 25 5 0 54 302 14 62
Binary 1110000 10000111 10001110 10101 101 0 101100 11000010 1100 110010

Color Harmonies of #70878E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70878E

Black with #70878E

Text Example


Text Example

White with #70878E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,135,142); }

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

background-color css

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

 a { background-color: rgb(112,135,142); }

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

border-color css

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

 span { border-color: rgb(112,135,142); }

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