Html Css Color HEX #709194 Gothic

📋 copy color: '#709194'

red 112 ◦ green 145 ◦ blue 148

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

Shades of Gothic #709194

Tints of Gothic #709194

RGB

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

 GREEN value IS 145 (57.03% from 255) = 35.8%

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

R = 27.65%
G = 35.8%
B = 36.54%

CMYK

 C value IS 0.24

 M value IS 0.02

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#709194 (or 0x709194) is known color: Gothic. HEX triplet: 70, 91 and 94. RGB value is (112,145,148). Sum of RGB (Red+Green+Blue) = 112+145+148=405 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.65% from 405); Green value is 145 (57.03% from 255 or 35.80% from 405); Blue value is 148 (58.20% from 255 or 36.54% from 405); Max value from RGB is 148 - color contains mainly: blue. Hex color #709194 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709194 is #8F6E6B. Grayscale: #878787. Windows color (decimal): -9399916 or 9736560. OLE color: 9736560.

HSL color Cylindrical-coordinate representation of color #709194: hue angle of 185º 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 #709194 is Cyan = 0.24, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 112 145 148 -
CMYK 0.24 0.02 0 0.42
HSL 185º 0.14% 0.51% -
HSV(B) 185º 0.24% 0.58% -
XYZ 22.15 25.83 31.84 -
YUV 135.48 135.07 111.26 -
System Red Green Blue C M Y K H S L
Decimal 112 145 148 0.24 0.02 0 0.42 185 0.14 0.51
Hex 70 91 94 18 2 0 2A B9 E 33
Octal 160 221 224 30 2 0 52 271 16 63
Binary 1110000 10010001 10010100 11000 10 0 101010 10111001 1110 110011

Color Harmonies of #709194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709194

Black with #709194

Text Example


Text Example

White with #709194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709194; }

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

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

background-color css

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

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

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

border-color css

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

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

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