#708B92

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

Shades of Gothic #708B92

Tints of Gothic #708B92

Color information

#708B92 (or 0x708B92) is unknown color: approx Gothic. HEX triplet: 70, 8B and 92. RGB value is (112,139,146). Sum of RGB (Red+Green+Blue) = 112+139+146=397 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.21% from 397); Green value is 139 (54.69% from 255 or 35.01% from 397); Blue value is 146 (57.42% from 255 or 36.78% from 397); Max value from RGB is 146 - color contains mainly: blue. Hex color #708B92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708B92 is #8F746D. Grayscale: #838383. Windows color (decimal): -9401454 or 9603952. OLE color: 9603952.

HSL color Cylindrical-coordinate representation of color #708B92: hue angle of 192.35º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #708B92 is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB112139146-
CMYK0.230.0500.43
HSL192.35º13.49%50.59%-
HSV(B)192.35º23.29%57.25%-
XYZ21.123.9930.71-
YUV131.72136.05113.93-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.21%
GREEN value IS 139 (54.69% from 255) = 35.01%
BLUE value IS 146 (57.42% from 255) = 36.78%
R=28.21%
G=35.01%
B=36.78%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1121391460.230.0500.43192.3513.4950.59
Hex708B9217502Bc0d33
Octal1602132222750533001563
Binary11100001000101110010010101111010101011110000001101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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