Html Css Color HEX #719397 Gothic

📋 copy color: '#719397'

red 113 ◦ green 147 ◦ blue 151

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

Shades of Gothic #719397

Tints of Gothic #719397

RGB

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

 GREEN value IS 147 (57.81% from 255) = 35.77%

 BLUE value IS 151 (59.38% from 255) = 36.74%

R = 27.49%
G = 35.77%
B = 36.74%

CMYK

 C value IS 0.25

 M value IS 0.03

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#719397 (or 0x719397) is known color: Gothic. HEX triplet: 71, 93 and 97. RGB value is (113,147,151). Sum of RGB (Red+Green+Blue) = 113+147+151=411 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.49% from 411); Green value is 147 (57.81% from 255 or 35.77% from 411); Blue value is 151 (59.38% from 255 or 36.74% from 411); Max value from RGB is 151 - color contains mainly: blue. Hex color #719397 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719397 is #8E6C68. Grayscale: #898989. Windows color (decimal): -9333865 or 9933681. OLE color: 9933681.

HSL color Cylindrical-coordinate representation of color #719397: hue angle of 186.32º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #719397 is Cyan = 0.25, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 113 147 151 -
CMYK 0.25 0.03 0 0.41
HSL 186.32º 0.15% 0.52% -
HSV(B) 186.32º 0.25% 0.59% -
XYZ 22.83 26.61 33.21 -
YUV 137.29 135.74 110.67 -
System Red Green Blue C M Y K H S L
Decimal 113 147 151 0.25 0.03 0 0.41 186.32 0.15 0.52
Hex 71 93 97 19 3 0 29 BA F 34
Octal 161 223 227 31 3 0 51 272 17 64
Binary 1110001 10010011 10010111 11001 11 0 101001 10111010 1111 110100

Color Harmonies of #719397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719397

Black with #719397

Text Example


Text Example

White with #719397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719397; }

 p { color: rgb(113,147,151); }

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

background-color css

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

 a { background-color: rgb(113,147,151); }

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

border-color css

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

 span { border-color: rgb(113,147,151); }

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