#708792

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

Shades of Gothic #708792

Tints of Gothic #708792

Color information

#708792 (or 0x708792) is unknown color: approx Gothic. HEX triplet: 70, 87 and 92. RGB value is (112,135,146). Sum of RGB (Red+Green+Blue) = 112+135+146=393 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.50% from 393); Green value is 135 (53.12% from 255 or 34.35% from 393); Blue value is 146 (57.42% from 255 or 37.15% from 393); Max value from RGB is 146 - color contains mainly: blue. Hex color #708792 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708792 is #8F786D. Grayscale: #818181. Windows color (decimal): -9402478 or 9602928. OLE color: 9602928.

HSL color Cylindrical-coordinate representation of color #708792: hue angle of 199.41º 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 #708792 is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB112135146-
CMYK0.230.0800.43
HSL199.41º13.49%50.59%-
HSV(B)199.41º23.29%57.25%-
XYZ20.5322.8530.52-
YUV129.38137.38115.61-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.50%
GREEN value IS 135 (53.12% from 255) = 34.35%
BLUE value IS 146 (57.42% from 255) = 37.15%
R=28.50%
G=34.35%
B=37.15%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1121351460.230.0800.43199.4113.4950.59
Hex70879217802Bc7d33
Octal16020722227100533071563
Binary111000010000111100100101011110000101011110001111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708792; }

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

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

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

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

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

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

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

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