Html Css Color HEX #70868B Gothic

📋 copy color: '#70868B'

red 112 ◦ green 134 ◦ blue 139

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

Shades of Gothic #70868B

Tints of Gothic #70868B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 36.1%

R = 29.09%
G = 34.81%
B = 36.1%

CMYK

 C value IS 0.19

 M value IS 0.04

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#70868B (or 0x70868B) is known color: Gothic. HEX triplet: 70, 86 and 8B. RGB value is (112,134,139). Sum of RGB (Red+Green+Blue) = 112+134+139=385 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.09% from 385); Green value is 134 (52.73% from 255 or 34.81% from 385); Blue value is 139 (54.69% from 255 or 36.10% from 385); Max value from RGB is 139 - color contains mainly: blue. Hex color #70868B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70868B is #8F7974. Grayscale: #7F7F7F. Windows color (decimal): -9402741 or 9143920. OLE color: 9143920.

HSL color Cylindrical-coordinate representation of color #70868B: hue angle of 191.11º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #70868B is Cyan = 0.19, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 112 134 139 -
CMYK 0.19 0.04 0 0.45
HSL 191.11º 0.11% 0.49% -
HSV(B) 191.11º 0.19% 0.55% -
XYZ 19.87 22.36 27.69 -
YUV 127.99 134.21 116.59 -
System Red Green Blue C M Y K H S L
Decimal 112 134 139 0.19 0.04 0 0.45 191.11 0.11 0.49
Hex 70 86 8B 13 4 0 2D BF B 31
Octal 160 206 213 23 4 0 55 277 13 61
Binary 1110000 10000110 10001011 10011 100 0 101101 10111111 1011 110001

Color Harmonies of #70868B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70868B

Black with #70868B

Text Example


Text Example

White with #70868B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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