#709097

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

Shades of Gothic #709097

Tints of Gothic #709097

Color information

#709097 (or 0x709097) is unknown color: approx Gothic. HEX triplet: 70, 90 and 97. RGB value is (112,144,151). Sum of RGB (Red+Green+Blue) = 112+144+151=407 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.52% from 407); Green value is 144 (56.64% from 255 or 35.38% from 407); Blue value is 151 (59.38% from 255 or 37.10% from 407); Max value from RGB is 151 - color contains mainly: blue. Hex color #709097 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709097 is #8F6F68. Grayscale: #878787. Windows color (decimal): -9400169 or 9932912. OLE color: 9932912.

HSL color Cylindrical-coordinate representation of color #709097: hue angle of 190.77º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #709097 is Cyan = 0.26, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB112144151-
CMYK0.260.0500.41
HSL190.77º15.79%51.57%-
HSV(B)190.77º25.83%59.22%-
XYZ22.2425.6333.05-
YUV135.23136.9111.43-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.52%
GREEN value IS 144 (56.64% from 255) = 35.38%
BLUE value IS 151 (59.38% from 255) = 37.10%
R=27.52%
G=35.38%
B=37.10%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1121441510.260.0500.41190.7715.7951.57
Hex7090971A5029bf1034
Octal1602202273250512772064
Binary111000010010000100101111101010101010011011111110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709097; }

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

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

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

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

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

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

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

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