Html Css Color HEX #718B91 Gothic

📋 copy color: '#718B91'

red 113 ◦ green 139 ◦ blue 145

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

Shades of Gothic #718B91

Tints of Gothic #718B91

RGB

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

 GREEN value IS 139 (54.69% from 255) = 35.01%

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

R = 28.46%
G = 35.01%
B = 36.52%

CMYK

 C value IS 0.22

 M value IS 0.04

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#718B91 (or 0x718B91) is known color: Gothic. HEX triplet: 71, 8B and 91. RGB value is (113,139,145). Sum of RGB (Red+Green+Blue) = 113+139+145=397 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.46% from 397); Green value is 139 (54.69% from 255 or 35.01% from 397); Blue value is 145 (57.03% from 255 or 36.52% from 397); Max value from RGB is 145 - color contains mainly: blue. Hex color #718B91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718B91 is #8E746E. Grayscale: #838383. Windows color (decimal): -9335919 or 9538417. OLE color: 9538417.

HSL color Cylindrical-coordinate representation of color #718B91: hue angle of 191.25º 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 #718B91 is Cyan = 0.22, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 113 139 145 -
CMYK 0.22 0.04 0 0.43
HSL 191.25º 0.13% 0.51% -
HSV(B) 191.25º 0.22% 0.57% -
XYZ 21.15 24.02 30.31 -
YUV 131.91 135.39 114.51 -
System Red Green Blue C M Y K H S L
Decimal 113 139 145 0.22 0.04 0 0.43 191.25 0.13 0.51
Hex 71 8B 91 16 4 0 2B BF D 33
Octal 161 213 221 26 4 0 53 277 15 63
Binary 1110001 10001011 10010001 10110 100 0 101011 10111111 1101 110011

Color Harmonies of #718B91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718B91

Black with #718B91

Text Example


Text Example

White with #718B91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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