Html Css Color HEX #70878C Gothic

📋 copy color: '#70878C'

red 112 ◦ green 135 ◦ blue 140

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

Shades of Gothic #70878C

Tints of Gothic #70878C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 36.18%

R = 28.94%
G = 34.88%
B = 36.18%

CMYK

 C value IS 0.20

 M value IS 0.04

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#70878C (or 0x70878C) is known color: Gothic. HEX triplet: 70, 87 and 8C. RGB value is (112,135,140). Sum of RGB (Red+Green+Blue) = 112+135+140=387 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.94% from 387); Green value is 135 (53.12% from 255 or 34.88% from 387); Blue value is 140 (55.08% from 255 or 36.18% from 387); Max value from RGB is 140 - color contains mainly: blue. Hex color #70878C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70878C is #8F7873. Grayscale: #808080. Windows color (decimal): -9402484 or 9209712. OLE color: 9209712.

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

Color convert

RGB 112 135 140 -
CMYK 0.20 0.04 0 0.45
HSL 190.71º 0.11% 0.49% -
HSV(B) 190.71º 0.2% 0.55% -
XYZ 20.08 22.67 28.13 -
YUV 128.69 134.38 116.09 -
System Red Green Blue C M Y K H S L
Decimal 112 135 140 0.20 0.04 0 0.45 190.71 0.11 0.49
Hex 70 87 8C 14 4 0 2D BF B 31
Octal 160 207 214 24 4 0 55 277 13 61
Binary 1110000 10000111 10001100 10100 100 0 101101 10111111 1011 110001

Color Harmonies of #70878C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70878C

Black with #70878C

Text Example


Text Example

White with #70878C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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