#708B96

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

Shades of Gothic #708B96

Tints of Gothic #708B96

Color information

#708B96 (or 0x708B96) is unknown color: approx Gothic. HEX triplet: 70, 8B and 96. RGB value is (112,139,150). Sum of RGB (Red+Green+Blue) = 112+139+150=401 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.93% from 401); Green value is 139 (54.69% from 255 or 34.66% from 401); Blue value is 150 (58.98% from 255 or 37.41% from 401); Max value from RGB is 150 - color contains mainly: blue. Hex color #708B96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708B96 is #8F7469. Grayscale: #848484. Windows color (decimal): -9401450 or 9866096. OLE color: 9866096.

HSL color Cylindrical-coordinate representation of color #708B96: hue angle of 197.37º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #708B96 is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB112139150-
CMYK0.250.0700.41
HSL197.37º15.32%51.37%-
HSV(B)197.37º25.33%58.82%-
XYZ21.4224.1132.38-
YUV132.18138.05113.61-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.93%
GREEN value IS 139 (54.69% from 255) = 34.66%
BLUE value IS 150 (58.98% from 255) = 37.41%
R=27.93%
G=34.66%
B=37.41%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1121391500.250.0700.41197.3715.3251.37
Hex708B96197029c5f33
Octal1602132263170513051763
Binary11100001000101110010110110011110101001110001011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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