#70888F

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

Shades of Gothic #70888F

Tints of Gothic #70888F

Color information

#70888F (or 0x70888F) is unknown color: approx Gothic. HEX triplet: 70, 88 and 8F. RGB value is (112,136,143). Sum of RGB (Red+Green+Blue) = 112+136+143=391 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.64% from 391); Green value is 136 (53.52% from 255 or 34.78% from 391); Blue value is 143 (56.25% from 255 or 36.57% from 391); Max value from RGB is 143 - color contains mainly: blue. Hex color #70888F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70888F is #8F7770. Grayscale: #818181. Windows color (decimal): -9402225 or 9406576. OLE color: 9406576.

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

Color convert

RGB112136143-
CMYK0.220.0500.44
HSL193.55º12.16%50%-
HSV(B)193.55º21.68%56.08%-
XYZ20.4423.0429.36-
YUV129.62135.55115.43-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.64%
GREEN value IS 136 (53.52% from 255) = 34.78%
BLUE value IS 143 (56.25% from 255) = 36.57%
R=28.64%
G=34.78%
B=36.57%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1121361430.220.0500.44193.5512.1650
Hex70888F16502Cc2c32
Octal1602102172650543021462
Binary11100001000100010001111101101010101100110000101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70888F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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