Html Css Color HEX #708790 Gothic

📋 copy color: '#708790'

red 112 ◦ green 135 ◦ blue 144

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

Shades of Gothic #708790

Tints of Gothic #708790

RGB

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

 GREEN value IS 135 (53.13% from 255) = 34.53%

 BLUE value IS 144 (56.64% from 255) = 36.83%

R = 28.64%
G = 34.53%
B = 36.83%

CMYK

 C value IS 0.22

 M value IS 0.06

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#708790 (or 0x708790) is known color: Gothic. HEX triplet: 70, 87 and 90. RGB value is (112,135,144). Sum of RGB (Red+Green+Blue) = 112+135+144=391 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.64% from 391); Green value is 135 (53.12% from 255 or 34.53% from 391); Blue value is 144 (56.64% from 255 or 36.83% from 391); Max value from RGB is 144 - color contains mainly: blue. Hex color #708790 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708790 is #8F786F. Grayscale: #818181. Windows color (decimal): -9402480 or 9471856. OLE color: 9471856.

HSL color Cylindrical-coordinate representation of color #708790: hue angle of 196.88º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #708790 is Cyan = 0.22, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 112 135 144 -
CMYK 0.22 0.06 0 0.44
HSL 196.88º 0.13% 0.5% -
HSV(B) 196.88º 0.22% 0.56% -
XYZ 20.38 22.79 29.71 -
YUV 129.15 136.38 115.77 -
System Red Green Blue C M Y K H S L
Decimal 112 135 144 0.22 0.06 0 0.44 196.88 0.13 0.5
Hex 70 87 90 16 6 0 2C C5 D 32
Octal 160 207 220 26 6 0 54 305 15 62
Binary 1110000 10000111 10010000 10110 110 0 101100 11000101 1101 110010

Color Harmonies of #708790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708790

Black with #708790

Text Example


Text Example

White with #708790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708790; }

 p { color: rgb(112,135,144); }

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

background-color css

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

 a { background-color: rgb(112,135,144); }

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

border-color css

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

 span { border-color: rgb(112,135,144); }

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