Html Css Color HEX #718F92 Gothic

📋 copy color: '#718F92'

red 113 ◦ green 143 ◦ blue 146

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

Shades of Gothic #718F92

Tints of Gothic #718F92

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.57%

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

R = 28.11%
G = 35.57%
B = 36.32%

CMYK

 C value IS 0.23

 M value IS 0.02

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#718F92 (or 0x718F92) is known color: Gothic. HEX triplet: 71, 8F and 92. RGB value is (113,143,146). Sum of RGB (Red+Green+Blue) = 113+143+146=402 (53% of max value = 765). Red value is 113 (44.53% from 255 or 28.11% from 402); Green value is 143 (56.25% from 255 or 35.57% from 402); Blue value is 146 (57.42% from 255 or 36.32% from 402); Max value from RGB is 146 - color contains mainly: blue. Hex color #718F92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718F92 is #8E706D. Grayscale: #868686. Windows color (decimal): -9334894 or 9604977. OLE color: 9604977.

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

Color convert

RGB 113 143 146 -
CMYK 0.23 0.02 0 0.43
HSL 185.45º 0.13% 0.51% -
HSV(B) 185.45º 0.23% 0.57% -
XYZ 21.82 25.23 30.91 -
YUV 134.37 134.56 112.76 -
System Red Green Blue C M Y K H S L
Decimal 113 143 146 0.23 0.02 0 0.43 185.45 0.13 0.51
Hex 71 8F 92 17 2 0 2B B9 D 33
Octal 161 217 222 27 2 0 53 271 15 63
Binary 1110001 10001111 10010010 10111 10 0 101011 10111001 1101 110011

Color Harmonies of #718F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718F92

Black with #718F92

Text Example


Text Example

White with #718F92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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