Html Css Color HEX #70858C Gothic

📋 copy color: '#70858C'

red 112 ◦ green 133 ◦ blue 140

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

Shades of Gothic #70858C

Tints of Gothic #70858C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.55%

 BLUE value IS 140 (55.08% from 255) = 36.36%

R = 29.09%
G = 34.55%
B = 36.36%

CMYK

 C value IS 0.20

 M value IS 0.05

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#70858C (or 0x70858C) is known color: Gothic. HEX triplet: 70, 85 and 8C. RGB value is (112,133,140). Sum of RGB (Red+Green+Blue) = 112+133+140=385 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.09% from 385); Green value is 133 (52.34% from 255 or 34.55% from 385); Blue value is 140 (55.08% from 255 or 36.36% from 385); Max value from RGB is 140 - color contains mainly: blue. Hex color #70858C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70858C is #8F7A73. Grayscale: #7F7F7F. Windows color (decimal): -9402996 or 9209200. OLE color: 9209200.

HSL color Cylindrical-coordinate representation of color #70858C: hue angle of 195º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #70858C is Cyan = 0.20, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 112 133 140 -
CMYK 0.20 0.05 0 0.45
HSL 195º 0.11% 0.49% -
HSV(B) 195º 0.2% 0.55% -
XYZ 19.8 22.11 28.04 -
YUV 127.52 135.04 116.93 -
System Red Green Blue C M Y K H S L
Decimal 112 133 140 0.20 0.05 0 0.45 195 0.11 0.49
Hex 70 85 8C 14 5 0 2D C3 B 31
Octal 160 205 214 24 5 0 55 303 13 61
Binary 1110000 10000101 10001100 10100 101 0 101101 11000011 1011 110001

Color Harmonies of #70858C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70858C

Black with #70858C

Text Example


Text Example

White with #70858C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70858C; }

 p { color: rgb(112,133,140); }

 H1.HeaderClassName
 {
   color: #70858C;
 }
 .AnyTagClassName
 {
   color: #70858C;
 }
</style>

background-color css

<style>
 a { background-color: #70858C; }

 a { background-color: rgb(112,133,140); }

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

border-color css

<style>
 span { border-color: #70858C; }

 span { border-color: rgb(112,133,140); }

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