Html Css Color HEX #718A8C Gothic

📋 copy color: '#718A8C'

red 113 ◦ green 138 ◦ blue 140

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

Shades of Gothic #718A8C

Tints of Gothic #718A8C

RGB

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

 GREEN value IS 138 (54.3% from 255) = 35.29%

 BLUE value IS 140 (55.08% from 255) = 35.81%

R = 28.9%
G = 35.29%
B = 35.81%

CMYK

 C value IS 0.19

 M value IS 0.01

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#718A8C (or 0x718A8C) is known color: Gothic. HEX triplet: 71, 8A and 8C. RGB value is (113,138,140). Sum of RGB (Red+Green+Blue) = 113+138+140=391 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.90% from 391); Green value is 138 (54.30% from 255 or 35.29% from 391); Blue value is 140 (55.08% from 255 or 35.81% from 391); Max value from RGB is 140 - color contains mainly: blue. Hex color #718A8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718A8C is #8E7573. Grayscale: #828282. Windows color (decimal): -9336180 or 9210481. OLE color: 9210481.

HSL color Cylindrical-coordinate representation of color #718A8C: hue angle of 184.44º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #718A8C is Cyan = 0.19, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 113 138 140 -
CMYK 0.19 0.01 0 0.45
HSL 184.44º 0.11% 0.5% -
HSV(B) 184.44º 0.19% 0.55% -
XYZ 20.63 23.58 28.28 -
YUV 130.75 133.22 115.34 -
System Red Green Blue C M Y K H S L
Decimal 113 138 140 0.19 0.01 0 0.45 184.44 0.11 0.5
Hex 71 8A 8C 13 1 0 2D B8 B 32
Octal 161 212 214 23 1 0 55 270 13 62
Binary 1110001 10001010 10001100 10011 1 0 101101 10111000 1011 110010

Color Harmonies of #718A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718A8C

Black with #718A8C

Text Example


Text Example

White with #718A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,138,140); }

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

background-color css

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

 a { background-color: rgb(113,138,140); }

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

border-color css

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

 span { border-color: rgb(113,138,140); }

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