Html Css Color HEX #70888A Gothic

📋 copy color: '#70888A'

red 112 ◦ green 136 ◦ blue 138

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

Shades of Gothic #70888A

Tints of Gothic #70888A

RGB

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

 GREEN value IS 136 (53.52% from 255) = 35.23%

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

R = 29.02%
G = 35.23%
B = 35.75%

CMYK

 C value IS 0.19

 M value IS 0.01

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#70888A (or 0x70888A) is known color: Gothic. HEX triplet: 70, 88 and 8A. RGB value is (112,136,138). Sum of RGB (Red+Green+Blue) = 112+136+138=386 (51% of max value = 765). Red value is 112 (44.14% from 255 or 29.02% from 386); Green value is 136 (53.52% from 255 or 35.23% from 386); Blue value is 138 (54.30% from 255 or 35.75% from 386); Max value from RGB is 138 - color contains mainly: blue. Hex color #70888A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70888A is #8F7775. Grayscale: #818181. Windows color (decimal): -9402230 or 9078896. OLE color: 9078896.

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

Color convert

RGB 112 136 138 -
CMYK 0.19 0.01 0 0.46
HSL 184.62º 0.1% 0.49% -
HSV(B) 184.62º 0.19% 0.54% -
XYZ 20.07 22.89 27.4 -
YUV 129.05 133.05 115.84 -
System Red Green Blue C M Y K H S L
Decimal 112 136 138 0.19 0.01 0 0.46 184.62 0.1 0.49
Hex 70 88 8A 13 1 0 2E B9 A 31
Octal 160 210 212 23 1 0 56 271 12 61
Binary 1110000 10001000 10001010 10011 1 0 101110 10111001 1010 110001

Color Harmonies of #70888A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70888A

Black with #70888A

Text Example


Text Example

White with #70888A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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