#709096

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

Shades of Gothic #709096

Tints of Gothic #709096

Color information

#709096 (or 0x709096) is unknown color: approx Gothic. HEX triplet: 70, 90 and 96. RGB value is (112,144,150). Sum of RGB (Red+Green+Blue) = 112+144+150=406 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.59% from 406); Green value is 144 (56.64% from 255 or 35.47% from 406); Blue value is 150 (58.98% from 255 or 36.95% from 406); Max value from RGB is 150 - color contains mainly: blue. Hex color #709096 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709096 is #8F6F69. Grayscale: #878787. Windows color (decimal): -9400170 or 9867376. OLE color: 9867376.

HSL color Cylindrical-coordinate representation of color #709096: hue angle of 189.47º 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 #709096 is Cyan = 0.25, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB112144150-
CMYK0.250.0400.41
HSL189.47º15.32%51.37%-
HSV(B)189.47º25.33%58.82%-
XYZ22.1625.5932.63-
YUV135.12136.4111.51-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.59%
GREEN value IS 144 (56.64% from 255) = 35.47%
BLUE value IS 150 (58.98% from 255) = 36.95%
R=27.59%
G=35.47%
B=36.95%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1121441500.250.0400.41189.4715.3251.37
Hex709096194029bdf33
Octal1602202263140512751763
Binary11100001001000010010110110011000101001101111011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709096; }

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

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

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

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

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

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

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

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