Html Css Color HEX #719094 Gothic

📋 copy color: '#719094'

red 113 ◦ green 144 ◦ blue 148

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

Shades of Gothic #719094

Tints of Gothic #719094

RGB

 RED value IS 113 (44.53% from 255) = 27.9%

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

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

R = 27.9%
G = 35.56%
B = 36.54%

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

#719094 (or 0x719094) is known color: Gothic. HEX triplet: 71, 90 and 94. RGB value is (113,144,148). Sum of RGB (Red+Green+Blue) = 113+144+148=405 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.90% from 405); Green value is 144 (56.64% from 255 or 35.56% 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 #719094 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719094 is #8E6F6B. Grayscale: #878787. Windows color (decimal): -9334636 or 9736305. OLE color: 9736305.

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

Color convert

RGB 113 144 148 -
CMYK 0.24 0.03 0 0.42
HSL 186.86º 0.14% 0.51% -
HSV(B) 186.86º 0.24% 0.58% -
XYZ 22.13 25.6 31.79 -
YUV 135.19 135.23 112.17 -
System Red Green Blue C M Y K H S L
Decimal 113 144 148 0.24 0.03 0 0.42 186.86 0.14 0.51
Hex 71 90 94 18 3 0 2A BB E 33
Octal 161 220 224 30 3 0 52 273 16 63
Binary 1110001 10010000 10010100 11000 11 0 101010 10111011 1110 110011

Color Harmonies of #719094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719094

Black with #719094

Text Example


Text Example

White with #719094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719094; }

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

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

background-color css

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

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

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

border-color css

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

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

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