Html Css Color HEX #70868E Gothic

📋 copy color: '#70868E'

red 112 ◦ green 134 ◦ blue 142

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

Shades of Gothic #70868E

Tints of Gothic #70868E

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.54%

 BLUE value IS 142 (55.86% from 255) = 36.6%

R = 28.87%
G = 34.54%
B = 36.6%

CMYK

 C value IS 0.21

 M value IS 0.06

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#70868E (or 0x70868E) is known color: Gothic. HEX triplet: 70, 86 and 8E. RGB value is (112,134,142). Sum of RGB (Red+Green+Blue) = 112+134+142=388 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.87% from 388); Green value is 134 (52.73% from 255 or 34.54% from 388); Blue value is 142 (55.86% from 255 or 36.60% from 388); Max value from RGB is 142 - color contains mainly: blue. Hex color #70868E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70868E is #8F7971. Grayscale: #808080. Windows color (decimal): -9402738 or 9340528. OLE color: 9340528.

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

Color convert

RGB 112 134 142 -
CMYK 0.21 0.06 0 0.44
HSL 196º 0.12% 0.5% -
HSV(B) 196º 0.21% 0.56% -
XYZ 20.09 22.45 28.87 -
YUV 128.33 135.71 116.35 -
System Red Green Blue C M Y K H S L
Decimal 112 134 142 0.21 0.06 0 0.44 196 0.12 0.5
Hex 70 86 8E 15 6 0 2C C4 C 32
Octal 160 206 216 25 6 0 54 304 14 62
Binary 1110000 10000110 10001110 10101 110 0 101100 11000100 1100 110010

Color Harmonies of #70868E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70868E

Black with #70868E

Text Example


Text Example

White with #70868E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #70868E;
 }
 .AnyTagClassName
 {
   color: #70868E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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