Html Css Color HEX #718D95 Gothic

📋 copy color: '#718D95'

red 113 ◦ green 141 ◦ blue 149

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

Shades of Gothic #718D95

Tints of Gothic #718D95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 36.97%

R = 28.04%
G = 34.99%
B = 36.97%

CMYK

 C value IS 0.24

 M value IS 0.05

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#718D95 (or 0x718D95) is known color: Gothic. HEX triplet: 71, 8D and 95. RGB value is (113,141,149). Sum of RGB (Red+Green+Blue) = 113+141+149=403 (53% of max value = 765). Red value is 113 (44.53% from 255 or 28.04% from 403); Green value is 141 (55.47% from 255 or 34.99% from 403); Blue value is 149 (58.59% from 255 or 36.97% from 403); Max value from RGB is 149 - color contains mainly: blue. Hex color #718D95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718D95 is #8E726A. Grayscale: #858585. Windows color (decimal): -9335403 or 9801073. OLE color: 9801073.

HSL color Cylindrical-coordinate representation of color #718D95: hue angle of 193.33º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #718D95 is Cyan = 0.24, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 113 141 149 -
CMYK 0.24 0.05 0 0.42
HSL 193.33º 0.15% 0.51% -
HSV(B) 193.33º 0.24% 0.58% -
XYZ 21.76 24.73 32.06 -
YUV 133.54 136.72 113.35 -
System Red Green Blue C M Y K H S L
Decimal 113 141 149 0.24 0.05 0 0.42 193.33 0.15 0.51
Hex 71 8D 95 18 5 0 2A C1 F 33
Octal 161 215 225 30 5 0 52 301 17 63
Binary 1110001 10001101 10010101 11000 101 0 101010 11000001 1111 110011

Color Harmonies of #718D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718D95

Black with #718D95

Text Example


Text Example

White with #718D95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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