#70878A

Color #70878A Gothic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gothic #70878A

Tints of Gothic #70878A

Color information

#70878A (or 0x70878A) is unknown color: approx Gothic. HEX triplet: 70, 87 and 8A. RGB value is (112,135,138). Sum of RGB (Red+Green+Blue) = 112+135+138=385 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.09% from 385); Green value is 135 (53.12% from 255 or 35.06% from 385); Blue value is 138 (54.30% from 255 or 35.84% from 385); Max value from RGB is 138 - color contains mainly: blue. Hex color #70878A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70878A is #8F7875. Grayscale: #808080. Windows color (decimal): -9402486 or 9078640. OLE color: 9078640.

HSL color Cylindrical-coordinate representation of color #70878A: hue angle of 186.92º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #70878A is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB112135138-
CMYK0.190.0200.46
HSL186.92º10.4%49.02%-
HSV(B)186.92º18.84%54.12%-
XYZ19.9322.6127.36-
YUV128.46133.38116.26-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.09%
GREEN value IS 135 (53.12% from 255) = 35.06%
BLUE value IS 138 (54.30% from 255) = 35.84%
R=29.09%
G=35.06%
B=35.84%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1121351380.190.0200.46186.9210.449.02
Hex70878A13202Ebba31
Octal1602072122320562731261
Binary1110000100001111000101010011100101110101110111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70878A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #70878A;
 }
 .AnyTagClassName
 {
   color: #70878A;
 }
</style>
background-color css

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

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

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

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

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

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