Html Css Color HEX #70878D Gothic

📋 copy color: '#70878D'

red 112 ◦ green 135 ◦ blue 141

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

Shades of Gothic #70878D

Tints of Gothic #70878D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 36.34%

R = 28.87%
G = 34.79%
B = 36.34%

CMYK

 C value IS 0.21

 M value IS 0.04

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#70878D (or 0x70878D) is known color: Gothic. HEX triplet: 70, 87 and 8D. RGB value is (112,135,141). Sum of RGB (Red+Green+Blue) = 112+135+141=388 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.87% from 388); Green value is 135 (53.12% from 255 or 34.79% from 388); Blue value is 141 (55.47% from 255 or 36.34% from 388); Max value from RGB is 141 - color contains mainly: blue. Hex color #70878D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70878D is #8F7872. Grayscale: #808080. Windows color (decimal): -9402483 or 9275248. OLE color: 9275248.

HSL color Cylindrical-coordinate representation of color #70878D: hue angle of 192.41º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #70878D is Cyan = 0.21, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 112 135 141 -
CMYK 0.21 0.04 0 0.45
HSL 192.41º 0.11% 0.5% -
HSV(B) 192.41º 0.21% 0.55% -
XYZ 20.15 22.7 28.52 -
YUV 128.81 134.88 116.01 -
System Red Green Blue C M Y K H S L
Decimal 112 135 141 0.21 0.04 0 0.45 192.41 0.11 0.5
Hex 70 87 8D 15 4 0 2D C0 B 32
Octal 160 207 215 25 4 0 55 300 13 62
Binary 1110000 10000111 10001101 10101 100 0 101101 11000000 1011 110010

Color Harmonies of #70878D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70878D

Black with #70878D

Text Example


Text Example

White with #70878D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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