Html Css Color HEX #718C94 Gothic

📋 copy color: '#718C94'

red 113 ◦ green 140 ◦ blue 148

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

Shades of Gothic #718C94

Tints of Gothic #718C94

RGB

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

 GREEN value IS 140 (55.08% from 255) = 34.91%

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

R = 28.18%
G = 34.91%
B = 36.91%

CMYK

 C value IS 0.24

 M value IS 0.05

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#718C94 (or 0x718C94) is known color: Gothic. HEX triplet: 71, 8C and 94. RGB value is (113,140,148). Sum of RGB (Red+Green+Blue) = 113+140+148=401 (53% of max value = 765). Red value is 113 (44.53% from 255 or 28.18% from 401); Green value is 140 (55.08% from 255 or 34.91% from 401); Blue value is 148 (58.20% from 255 or 36.91% from 401); Max value from RGB is 148 - color contains mainly: blue. Hex color #718C94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718C94 is #8E736B. Grayscale: #848484. Windows color (decimal): -9335660 or 9735281. OLE color: 9735281.

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

Color convert

RGB 113 140 148 -
CMYK 0.24 0.05 0 0.42
HSL 193.71º 0.14% 0.51% -
HSV(B) 193.71º 0.24% 0.58% -
XYZ 21.53 24.41 31.59 -
YUV 132.84 136.55 113.85 -
System Red Green Blue C M Y K H S L
Decimal 113 140 148 0.24 0.05 0 0.42 193.71 0.14 0.51
Hex 71 8C 94 18 5 0 2A C2 E 33
Octal 161 214 224 30 5 0 52 302 16 63
Binary 1110001 10001100 10010100 11000 101 0 101010 11000010 1110 110011

Color Harmonies of #718C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718C94

Black with #718C94

Text Example


Text Example

White with #718C94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718C94; }

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

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

background-color css

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

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

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

border-color css

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

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

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