Html Css Color HEX #708893 Gothic

📋 copy color: '#708893'

red 112 ◦ green 136 ◦ blue 147

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

Shades of Gothic #708893

Tints of Gothic #708893

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 37.22%

R = 28.35%
G = 34.43%
B = 37.22%

CMYK

 C value IS 0.24

 M value IS 0.07

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#708893 (or 0x708893) is known color: Gothic. HEX triplet: 70, 88 and 93. RGB value is (112,136,147). Sum of RGB (Red+Green+Blue) = 112+136+147=395 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.35% from 395); Green value is 136 (53.52% from 255 or 34.43% from 395); Blue value is 147 (57.81% from 255 or 37.22% from 395); Max value from RGB is 147 - color contains mainly: blue. Hex color #708893 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708893 is #8F776C. Grayscale: #828282. Windows color (decimal): -9402221 or 9668720. OLE color: 9668720.

HSL color Cylindrical-coordinate representation of color #708893: hue angle of 198.86º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #708893 is Cyan = 0.24, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 112 136 147 -
CMYK 0.24 0.07 0 0.42
HSL 198.86º 0.14% 0.51% -
HSV(B) 198.86º 0.24% 0.58% -
XYZ 20.75 23.16 30.98 -
YUV 130.08 137.55 115.11 -
System Red Green Blue C M Y K H S L
Decimal 112 136 147 0.24 0.07 0 0.42 198.86 0.14 0.51
Hex 70 88 93 18 7 0 2A C7 E 33
Octal 160 210 223 30 7 0 52 307 16 63
Binary 1110000 10001000 10010011 11000 111 0 101010 11000111 1110 110011

Color Harmonies of #708893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708893

Black with #708893

Text Example


Text Example

White with #708893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708893; }

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

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

background-color css

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

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

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

border-color css

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

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

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