Html Css Color HEX #708F99 Gothic

📋 copy color: '#708F99'

red 112 ◦ green 143 ◦ blue 153

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

Shades of Gothic #708F99

Tints of Gothic #708F99

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.05%

 BLUE value IS 153 (60.16% from 255) = 37.5%

R = 27.45%
G = 35.05%
B = 37.5%

CMYK

 C value IS 0.27

 M value IS 0.07

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#708F99 (or 0x708F99) is known color: Gothic. HEX triplet: 70, 8F and 99. RGB value is (112,143,153). Sum of RGB (Red+Green+Blue) = 112+143+153=408 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.45% from 408); Green value is 143 (56.25% from 255 or 35.05% from 408); Blue value is 153 (60.16% from 255 or 37.5% from 408); Max value from RGB is 153 - color contains mainly: blue. Hex color #708F99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708F99 is #8F7066. Grayscale: #868686. Windows color (decimal): -9400423 or 10063728. OLE color: 10063728.

HSL color Cylindrical-coordinate representation of color #708F99: hue angle of 194.63º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #708F99 is Cyan = 0.27, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 112 143 153 -
CMYK 0.27 0.07 0 0.4
HSL 194.63º 0.17% 0.52% -
HSV(B) 194.63º 0.27% 0.6% -
XYZ 22.25 25.39 33.86 -
YUV 134.87 138.23 111.69 -
System Red Green Blue C M Y K H S L
Decimal 112 143 153 0.27 0.07 0 0.4 194.63 0.17 0.52
Hex 70 8F 99 1B 7 0 28 C3 11 34
Octal 160 217 231 33 7 0 50 303 21 64
Binary 1110000 10001111 10011001 11011 111 0 101000 11000011 10001 110100

Color Harmonies of #708F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708F99

Black with #708F99

Text Example


Text Example

White with #708F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,143,153); }

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

background-color css

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

 a { background-color: rgb(112,143,153); }

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

border-color css

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

 span { border-color: rgb(112,143,153); }

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