Html Css Color HEX #718A92 Gothic

📋 copy color: '#718A92'

red 113 ◦ green 138 ◦ blue 146

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

Shades of Gothic #718A92

Tints of Gothic #718A92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 36.78%

R = 28.46%
G = 34.76%
B = 36.78%

CMYK

 C value IS 0.23

 M value IS 0.05

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#718A92 (or 0x718A92) is known color: Gothic. HEX triplet: 71, 8A and 92. RGB value is (113,138,146). Sum of RGB (Red+Green+Blue) = 113+138+146=397 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.46% from 397); Green value is 138 (54.30% from 255 or 34.76% from 397); Blue value is 146 (57.42% from 255 or 36.78% from 397); Max value from RGB is 146 - color contains mainly: blue. Hex color #718A92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718A92 is #8E756D. Grayscale: #838383. Windows color (decimal): -9336174 or 9603697. OLE color: 9603697.

HSL color Cylindrical-coordinate representation of color #718A92: hue angle of 194.55º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #718A92 is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 113 138 146 -
CMYK 0.23 0.05 0 0.43
HSL 194.55º 0.13% 0.51% -
HSV(B) 194.55º 0.23% 0.57% -
XYZ 21.09 23.76 30.67 -
YUV 131.44 136.22 114.85 -
System Red Green Blue C M Y K H S L
Decimal 113 138 146 0.23 0.05 0 0.43 194.55 0.13 0.51
Hex 71 8A 92 17 5 0 2B C3 D 33
Octal 161 212 222 27 5 0 53 303 15 63
Binary 1110001 10001010 10010010 10111 101 0 101011 11000011 1101 110011

Color Harmonies of #718A92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718A92

Black with #718A92

Text Example


Text Example

White with #718A92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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