Html Css Color HEX #708691 Gothic

📋 copy color: '#708691'

red 112 ◦ green 134 ◦ blue 145

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

Shades of Gothic #708691

Tints of Gothic #708691

RGB

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

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

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

R = 28.64%
G = 34.27%
B = 37.08%

CMYK

 C value IS 0.23

 M value IS 0.08

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#708691 (or 0x708691) is known color: Gothic. HEX triplet: 70, 86 and 91. RGB value is (112,134,145). Sum of RGB (Red+Green+Blue) = 112+134+145=391 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.64% from 391); Green value is 134 (52.73% from 255 or 34.27% from 391); Blue value is 145 (57.03% from 255 or 37.08% from 391); Max value from RGB is 145 - color contains mainly: blue. Hex color #708691 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708691 is #8F796E. Grayscale: #808080. Windows color (decimal): -9402735 or 9537136. OLE color: 9537136.

HSL color Cylindrical-coordinate representation of color #708691: hue angle of 200º 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 #708691 is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 112 134 145 -
CMYK 0.23 0.08 0 0.43
HSL 200º 0.13% 0.5% -
HSV(B) 200º 0.23% 0.57% -
XYZ 20.32 22.54 30.07 -
YUV 128.68 137.21 116.11 -
System Red Green Blue C M Y K H S L
Decimal 112 134 145 0.23 0.08 0 0.43 200 0.13 0.5
Hex 70 86 91 17 8 0 2B C8 D 32
Octal 160 206 221 27 10 0 53 310 15 62
Binary 1110000 10000110 10010001 10111 1000 0 101011 11001000 1101 110010

Color Harmonies of #708691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708691

Black with #708691

Text Example


Text Example

White with #708691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708691; }

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

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

background-color css

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

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

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

border-color css

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

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

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