Html Css Color HEX #718A90 Gothic

📋 copy color: '#718A90'

red 113 ◦ green 138 ◦ blue 144

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

Shades of Gothic #718A90

Tints of Gothic #718A90

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.94%

 BLUE value IS 144 (56.64% from 255) = 36.46%

R = 28.61%
G = 34.94%
B = 36.46%

CMYK

 C value IS 0.22

 M value IS 0.04

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#718A90 (or 0x718A90) is known color: Gothic. HEX triplet: 71, 8A and 90. RGB value is (113,138,144). Sum of RGB (Red+Green+Blue) = 113+138+144=395 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.61% from 395); Green value is 138 (54.30% from 255 or 34.94% from 395); Blue value is 144 (56.64% from 255 or 36.46% from 395); Max value from RGB is 144 - color contains mainly: blue. Hex color #718A90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718A90 is #8E756F. Grayscale: #838383. Windows color (decimal): -9336176 or 9472625. OLE color: 9472625.

HSL color Cylindrical-coordinate representation of color #718A90: hue angle of 191.61º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #718A90 is Cyan = 0.22, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 113 138 144 -
CMYK 0.22 0.04 0 0.44
HSL 191.61º 0.12% 0.5% -
HSV(B) 191.61º 0.22% 0.56% -
XYZ 20.93 23.7 29.86 -
YUV 131.21 135.22 115.01 -
System Red Green Blue C M Y K H S L
Decimal 113 138 144 0.22 0.04 0 0.44 191.61 0.12 0.5
Hex 71 8A 90 16 4 0 2C C0 C 32
Octal 161 212 220 26 4 0 54 300 14 62
Binary 1110001 10001010 10010000 10110 100 0 101100 11000000 1100 110010

Color Harmonies of #718A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718A90

Black with #718A90

Text Example


Text Example

White with #718A90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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