Html Css Color HEX #718D91 Gothic

📋 copy color: '#718D91'

red 113 ◦ green 141 ◦ blue 145

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

Shades of Gothic #718D91

Tints of Gothic #718D91

RGB

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

 GREEN value IS 141 (55.47% from 255) = 35.34%

 BLUE value IS 145 (57.03% from 255) = 36.34%

R = 28.32%
G = 35.34%
B = 36.34%

CMYK

 C value IS 0.22

 M value IS 0.03

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#718D91 (or 0x718D91) is known color: Gothic. HEX triplet: 71, 8D and 91. RGB value is (113,141,145). Sum of RGB (Red+Green+Blue) = 113+141+145=399 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.32% from 399); Green value is 141 (55.47% from 255 or 35.34% from 399); Blue value is 145 (57.03% from 255 or 36.34% from 399); Max value from RGB is 145 - color contains mainly: blue. Hex color #718D91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718D91 is #8E726E. Grayscale: #858585. Windows color (decimal): -9335407 or 9538929. OLE color: 9538929.

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

Color convert

RGB 113 141 145 -
CMYK 0.22 0.03 0 0.43
HSL 187.5º 0.13% 0.51% -
HSV(B) 187.5º 0.22% 0.57% -
XYZ 21.45 24.6 30.41 -
YUV 133.08 134.72 113.67 -
System Red Green Blue C M Y K H S L
Decimal 113 141 145 0.22 0.03 0 0.43 187.5 0.13 0.51
Hex 71 8D 91 16 3 0 2B BC D 33
Octal 161 215 221 26 3 0 53 274 15 63
Binary 1110001 10001101 10010001 10110 11 0 101011 10111100 1101 110011

Color Harmonies of #718D91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718D91

Black with #718D91

Text Example


Text Example

White with #718D91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,141,145); }

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

background-color css

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

 a { background-color: rgb(113,141,145); }

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

border-color css

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

 span { border-color: rgb(113,141,145); }

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