Html Css Color HEX #718792 Gothic

📋 copy color: '#718792'

red 113 ◦ green 135 ◦ blue 146

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

Shades of Gothic #718792

Tints of Gothic #718792

RGB

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

 GREEN value IS 135 (53.13% from 255) = 34.26%

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

R = 28.68%
G = 34.26%
B = 37.06%

CMYK

 C value IS 0.23

 M value IS 0.08

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#718792 (or 0x718792) is known color: Gothic. HEX triplet: 71, 87 and 92. RGB value is (113,135,146). Sum of RGB (Red+Green+Blue) = 113+135+146=394 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.68% from 394); Green value is 135 (53.12% from 255 or 34.26% from 394); Blue value is 146 (57.42% from 255 or 37.06% from 394); Max value from RGB is 146 - color contains mainly: blue. Hex color #718792 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718792 is #8E786D. Grayscale: #818181. Windows color (decimal): -9336942 or 9602929. OLE color: 9602929.

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

Color convert

RGB 113 135 146 -
CMYK 0.23 0.08 0 0.43
HSL 200º 0.13% 0.51% -
HSV(B) 200º 0.23% 0.57% -
XYZ 20.66 22.91 30.53 -
YUV 129.68 137.21 116.11 -
System Red Green Blue C M Y K H S L
Decimal 113 135 146 0.23 0.08 0 0.43 200 0.13 0.51
Hex 71 87 92 17 8 0 2B C8 D 33
Octal 161 207 222 27 10 0 53 310 15 63
Binary 1110001 10000111 10010010 10111 1000 0 101011 11001000 1101 110011

Color Harmonies of #718792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718792

Black with #718792

Text Example


Text Example

White with #718792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718792; }

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

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

background-color css

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

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

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

border-color css

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

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

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