Html Css Color HEX #709094 Gothic

📋 copy color: '#709094'

red 112 ◦ green 144 ◦ blue 148

#709094
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gothic #709094

Tints of Gothic #709094

RGB

 RED value IS 112 (44.14% from 255) = 27.72%

 GREEN value IS 144 (56.64% from 255) = 35.64%

 BLUE value IS 148 (58.2% from 255) = 36.63%

R = 27.72%
G = 35.64%
B = 36.63%

CMYK

 C value IS 0.24

 M value IS 0.03

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#709094 (or 0x709094) is known color: Gothic. HEX triplet: 70, 90 and 94. RGB value is (112,144,148). Sum of RGB (Red+Green+Blue) = 112+144+148=404 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.72% from 404); Green value is 144 (56.64% from 255 or 35.64% from 404); Blue value is 148 (58.20% from 255 or 36.63% from 404); Max value from RGB is 148 - color contains mainly: blue. Hex color #709094 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709094 is #8F6F6B. Grayscale: #868686. Windows color (decimal): -9400172 or 9736304. OLE color: 9736304.

HSL color Cylindrical-coordinate representation of color #709094: hue angle of 186.67º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #709094 is Cyan = 0.24, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 112 144 148 -
CMYK 0.24 0.03 0 0.42
HSL 186.67º 0.14% 0.51% -
HSV(B) 186.67º 0.24% 0.58% -
XYZ 22 25.53 31.79 -
YUV 134.89 135.4 111.67 -
System Red Green Blue C M Y K H S L
Decimal 112 144 148 0.24 0.03 0 0.42 186.67 0.14 0.51
Hex 70 90 94 18 3 0 2A BB E 33
Octal 160 220 224 30 3 0 52 273 16 63
Binary 1110000 10010000 10010100 11000 11 0 101010 10111011 1110 110011

Color Harmonies of #709094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709094

Black with #709094

Text Example


Text Example

White with #709094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709094; }

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

 H1.HeaderClassName
 {
   color: #709094;
 }
 .AnyTagClassName
 {
   color: #709094;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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