#70888E

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

Shades of Gothic #70888E

Tints of Gothic #70888E

Color information

#70888E (or 0x70888E) is unknown color: approx Gothic. HEX triplet: 70, 88 and 8E. RGB value is (112,136,142). Sum of RGB (Red+Green+Blue) = 112+136+142=390 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.72% from 390); Green value is 136 (53.52% from 255 or 34.87% from 390); Blue value is 142 (55.86% from 255 or 36.41% from 390); Max value from RGB is 142 - color contains mainly: blue. Hex color #70888E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70888E is #8F7771. Grayscale: #818181. Windows color (decimal): -9402226 or 9341040. OLE color: 9341040.

HSL color Cylindrical-coordinate representation of color #70888E: hue angle of 192º 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 #70888E is Cyan = 0.21, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB112136142-
CMYK0.210.0400.44
HSL192º11.81%49.8%-
HSV(B)192º21.13%55.69%-
XYZ20.3723.0128.96-
YUV129.51135.05115.51-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.72%
GREEN value IS 136 (53.52% from 255) = 34.87%
BLUE value IS 142 (55.86% from 255) = 36.41%
R=28.72%
G=34.87%
B=36.41%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1121361420.210.0400.4419211.8149.8
Hex70888E15402Cc0c32
Octal1602102162540543001462
Binary11100001000100010001110101011000101100110000001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70888E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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