Html Css Color HEX #718D92 Gothic

📋 copy color: '#718D92'

red 113 ◦ green 141 ◦ blue 146

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

Shades of Gothic #718D92

Tints of Gothic #718D92

RGB

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

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

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

R = 28.25%
G = 35.25%
B = 36.5%

CMYK

 C value IS 0.23

 M value IS 0.03

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#718D92 (or 0x718D92) is known color: Gothic. HEX triplet: 71, 8D and 92. RGB value is (113,141,146). Sum of RGB (Red+Green+Blue) = 113+141+146=400 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.25% from 400); Green value is 141 (55.47% from 255 or 35.25% from 400); Blue value is 146 (57.42% from 255 or 36.5% from 400); Max value from RGB is 146 - color contains mainly: blue. Hex color #718D92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718D92 is #8E726D. Grayscale: #858585. Windows color (decimal): -9335406 or 9604465. OLE color: 9604465.

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

Color convert

RGB 113 141 146 -
CMYK 0.23 0.03 0 0.43
HSL 189.09º 0.13% 0.51% -
HSV(B) 189.09º 0.23% 0.57% -
XYZ 21.52 24.64 30.81 -
YUV 133.2 135.22 113.59 -
System Red Green Blue C M Y K H S L
Decimal 113 141 146 0.23 0.03 0 0.43 189.09 0.13 0.51
Hex 71 8D 92 17 3 0 2B BD D 33
Octal 161 215 222 27 3 0 53 275 15 63
Binary 1110001 10001101 10010010 10111 11 0 101011 10111101 1101 110011

Color Harmonies of #718D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718D92

Black with #718D92

Text Example


Text Example

White with #718D92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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