Html Css Color HEX #708E91 Gothic

📋 copy color: '#708E91'

red 112 ◦ green 142 ◦ blue 145

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

Shades of Gothic #708E91

Tints of Gothic #708E91

RGB

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

 GREEN value IS 142 (55.86% from 255) = 35.59%

 BLUE value IS 145 (57.03% from 255) = 36.34%

R = 28.07%
G = 35.59%
B = 36.34%

CMYK

 C value IS 0.23

 M value IS 0.02

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#708E91 (or 0x708E91) is known color: Gothic. HEX triplet: 70, 8E and 91. RGB value is (112,142,145). Sum of RGB (Red+Green+Blue) = 112+142+145=399 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.07% from 399); Green value is 142 (55.86% from 255 or 35.59% from 399); Blue value is 145 (57.03% from 255 or 36.34% from 399); Max value from RGB is 145 - color contains mainly: blue. Hex color #708E91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708E91 is #8F716E. Grayscale: #858585. Windows color (decimal): -9400687 or 9539184. OLE color: 9539184.

HSL color Cylindrical-coordinate representation of color #708E91: hue angle of 185.45º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #708E91 is Cyan = 0.23, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 112 142 145 -
CMYK 0.23 0.02 0 0.43
HSL 185.45º 0.13% 0.5% -
HSV(B) 185.45º 0.23% 0.57% -
XYZ 21.47 24.84 30.45 -
YUV 133.37 134.56 112.76 -
System Red Green Blue C M Y K H S L
Decimal 112 142 145 0.23 0.02 0 0.43 185.45 0.13 0.5
Hex 70 8E 91 17 2 0 2B B9 D 32
Octal 160 216 221 27 2 0 53 271 15 62
Binary 1110000 10001110 10010001 10111 10 0 101011 10111001 1101 110010

Color Harmonies of #708E91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708E91

Black with #708E91

Text Example


Text Example

White with #708E91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708E91; }

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

 H1.HeaderClassName
 {
   color: #708E91;
 }
 .AnyTagClassName
 {
   color: #708E91;
 }
</style>

background-color css

<style>
 a { background-color: #708E91; }

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

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

border-color css

<style>
 span { border-color: #708E91; }

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

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