Html Css Color HEX #718991 Gothic

📋 copy color: '#718991'

red 113 ◦ green 137 ◦ blue 145

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

Shades of Gothic #718991

Tints of Gothic #718991

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34.68%

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

R = 28.61%
G = 34.68%
B = 36.71%

CMYK

 C value IS 0.22

 M value IS 0.06

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#718991 (or 0x718991) is known color: Gothic. HEX triplet: 71, 89 and 91. RGB value is (113,137,145). Sum of RGB (Red+Green+Blue) = 113+137+145=395 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.61% from 395); Green value is 137 (53.91% from 255 or 34.68% from 395); Blue value is 145 (57.03% from 255 or 36.71% from 395); Max value from RGB is 145 - color contains mainly: blue. Hex color #718991 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718991 is #8E766E. Grayscale: #828282. Windows color (decimal): -9336431 or 9537905. OLE color: 9537905.

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

Color convert

RGB 113 137 145 -
CMYK 0.22 0.06 0 0.43
HSL 195º 0.13% 0.51% -
HSV(B) 195º 0.22% 0.57% -
XYZ 20.87 23.45 30.21 -
YUV 130.74 136.05 115.35 -
System Red Green Blue C M Y K H S L
Decimal 113 137 145 0.22 0.06 0 0.43 195 0.13 0.51
Hex 71 89 91 16 6 0 2B C3 D 33
Octal 161 211 221 26 6 0 53 303 15 63
Binary 1110001 10001001 10010001 10110 110 0 101011 11000011 1101 110011

Color Harmonies of #718991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718991

Black with #718991

Text Example


Text Example

White with #718991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718991; }

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

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

background-color css

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

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

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

border-color css

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

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

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