Html Css Color HEX #70868A Gothic

📋 copy color: '#70868A'

red 112 ◦ green 134 ◦ blue 138

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

Shades of Gothic #70868A

Tints of Gothic #70868A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 35.94%

R = 29.17%
G = 34.9%
B = 35.94%

CMYK

 C value IS 0.19

 M value IS 0.03

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#70868A (or 0x70868A) is known color: Gothic. HEX triplet: 70, 86 and 8A. RGB value is (112,134,138). Sum of RGB (Red+Green+Blue) = 112+134+138=384 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.17% from 384); Green value is 134 (52.73% from 255 or 34.90% from 384); Blue value is 138 (54.30% from 255 or 35.94% from 384); Max value from RGB is 138 - color contains mainly: blue. Hex color #70868A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70868A is #8F7975. Grayscale: #7F7F7F. Windows color (decimal): -9402742 or 9078384. OLE color: 9078384.

HSL color Cylindrical-coordinate representation of color #70868A: hue angle of 189.23º 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 #70868A is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 112 134 138 -
CMYK 0.19 0.03 0 0.46
HSL 189.23º 0.1% 0.49% -
HSV(B) 189.23º 0.19% 0.54% -
XYZ 19.79 22.33 27.31 -
YUV 127.88 133.71 116.67 -
System Red Green Blue C M Y K H S L
Decimal 112 134 138 0.19 0.03 0 0.46 189.23 0.1 0.49
Hex 70 86 8A 13 3 0 2E BD A 31
Octal 160 206 212 23 3 0 56 275 12 61
Binary 1110000 10000110 10001010 10011 11 0 101110 10111101 1010 110001

Color Harmonies of #70868A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70868A

Black with #70868A

Text Example


Text Example

White with #70868A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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