#708B8F

Color #708B8F Gothic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gothic #708B8F

Tints of Gothic #708B8F

Color information

#708B8F (or 0x708B8F) is unknown color: approx Gothic. HEX triplet: 70, 8B and 8F. RGB value is (112,139,143). Sum of RGB (Red+Green+Blue) = 112+139+143=394 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.43% from 394); Green value is 139 (54.69% from 255 or 35.28% from 394); Blue value is 143 (56.25% from 255 or 36.29% from 394); Max value from RGB is 143 - color contains mainly: blue. Hex color #708B8F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708B8F is #8F7470. Grayscale: #838383. Windows color (decimal): -9401457 or 9407344. OLE color: 9407344.

HSL color Cylindrical-coordinate representation of color #708B8F: hue angle of 187.74º degrees, saturation: 0.12, 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 #708B8F is Cyan = 0.22, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB112139143-
CMYK0.220.0300.44
HSL187.74º12.16%50%-
HSV(B)187.74º21.68%56.08%-
XYZ20.8723.8929.5-
YUV131.38134.55114.17-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.43%
GREEN value IS 139 (54.69% from 255) = 35.28%
BLUE value IS 143 (56.25% from 255) = 36.29%
R=28.43%
G=35.28%
B=36.29%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1121391430.220.0300.44187.7412.1650
Hex708B8F16302Cbcc32
Octal1602132172630542741462
Binary1110000100010111000111110110110101100101111001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708B8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #708B8F;
 }
 .AnyTagClassName
 {
   color: #708B8F;
 }
</style>
background-color css

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

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

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

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

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

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