Html Css Color HEX #718791 Gothic

📋 copy color: '#718791'

red 113 ◦ green 135 ◦ blue 145

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

Shades of Gothic #718791

Tints of Gothic #718791

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 36.9%

R = 28.75%
G = 34.35%
B = 36.9%

CMYK

 C value IS 0.22

 M value IS 0.07

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#718791 (or 0x718791) is known color: Gothic. HEX triplet: 71, 87 and 91. RGB value is (113,135,145). Sum of RGB (Red+Green+Blue) = 113+135+145=393 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.75% from 393); Green value is 135 (53.12% from 255 or 34.35% from 393); Blue value is 145 (57.03% from 255 or 36.90% from 393); Max value from RGB is 145 - color contains mainly: blue. Hex color #718791 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718791 is #8E786E. Grayscale: #818181. Windows color (decimal): -9336943 or 9537393. OLE color: 9537393.

HSL color Cylindrical-coordinate representation of color #718791: hue angle of 198.75º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #718791 is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 113 135 145 -
CMYK 0.22 0.07 0 0.43
HSL 198.75º 0.13% 0.51% -
HSV(B) 198.75º 0.22% 0.57% -
XYZ 20.58 22.88 30.12 -
YUV 129.56 136.71 116.19 -
System Red Green Blue C M Y K H S L
Decimal 113 135 145 0.22 0.07 0 0.43 198.75 0.13 0.51
Hex 71 87 91 16 7 0 2B C7 D 33
Octal 161 207 221 26 7 0 53 307 15 63
Binary 1110001 10000111 10010001 10110 111 0 101011 11000111 1101 110011

Color Harmonies of #718791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718791

Black with #718791

Text Example


Text Example

White with #718791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718791; }

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

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

background-color css

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

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

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

border-color css

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

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

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