Html Css Color HEX #70898D Gothic

📋 copy color: '#70898D'

red 112 ◦ green 137 ◦ blue 141

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

Shades of Gothic #70898D

Tints of Gothic #70898D

RGB

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

 GREEN value IS 137 (53.91% from 255) = 35.13%

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

R = 28.72%
G = 35.13%
B = 36.15%

CMYK

 C value IS 0.21

 M value IS 0.03

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#70898D (or 0x70898D) is known color: Gothic. HEX triplet: 70, 89 and 8D. RGB value is (112,137,141). Sum of RGB (Red+Green+Blue) = 112+137+141=390 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.72% from 390); Green value is 137 (53.91% from 255 or 35.13% from 390); Blue value is 141 (55.47% from 255 or 36.15% from 390); Max value from RGB is 141 - color contains mainly: blue. Hex color #70898D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70898D is #8F7672. Grayscale: #818181. Windows color (decimal): -9401971 or 9275760. OLE color: 9275760.

HSL color Cylindrical-coordinate representation of color #70898D: hue angle of 188.28º 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 #70898D is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 112 137 141 -
CMYK 0.21 0.03 0 0.45
HSL 188.28º 0.11% 0.5% -
HSV(B) 188.28º 0.21% 0.55% -
XYZ 20.44 23.26 28.61 -
YUV 129.98 134.22 115.17 -
System Red Green Blue C M Y K H S L
Decimal 112 137 141 0.21 0.03 0 0.45 188.28 0.11 0.5
Hex 70 89 8D 15 3 0 2D BC B 32
Octal 160 211 215 25 3 0 55 274 13 62
Binary 1110000 10001001 10001101 10101 11 0 101101 10111100 1011 110010

Color Harmonies of #70898D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70898D

Black with #70898D

Text Example


Text Example

White with #70898D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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