Html Css Color HEX #739399 Gothic

📋 copy color: '#739399'

red 115 ◦ green 147 ◦ blue 153

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

Shades of Gothic #739399

Tints of Gothic #739399

RGB

 RED value IS 115 (45.31% from 255) = 27.71%

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

 BLUE value IS 153 (60.16% from 255) = 36.87%

R = 27.71%
G = 35.42%
B = 36.87%

CMYK

 C value IS 0.25

 M value IS 0.04

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#739399 (or 0x739399) is known color: Gothic. HEX triplet: 73, 93 and 99. RGB value is (115,147,153). Sum of RGB (Red+Green+Blue) = 115+147+153=415 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.71% from 415); Green value is 147 (57.81% from 255 or 35.42% from 415); Blue value is 153 (60.16% from 255 or 36.87% from 415); Max value from RGB is 153 - color contains mainly: blue. Hex color #739399 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739399 is #8C6C66. Grayscale: #8A8A8A. Windows color (decimal): -9202791 or 10064755. OLE color: 10064755.

HSL color Cylindrical-coordinate representation of color #739399: hue angle of 189.47º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #739399 is Cyan = 0.25, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 115 147 153 -
CMYK 0.25 0.04 0 0.4
HSL 189.47º 0.16% 0.53% -
HSV(B) 189.47º 0.25% 0.6% -
XYZ 23.25 26.81 34.09 -
YUV 138.12 136.4 111.51 -
System Red Green Blue C M Y K H S L
Decimal 115 147 153 0.25 0.04 0 0.4 189.47 0.16 0.53
Hex 73 93 99 19 4 0 28 BD 10 35
Octal 163 223 231 31 4 0 50 275 20 65
Binary 1110011 10010011 10011001 11001 100 0 101000 10111101 10000 110101

Color Harmonies of #739399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739399

Black with #739399

Text Example


Text Example

White with #739399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #739399; }

 p { color: rgb(115,147,153); }

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

background-color css

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

 a { background-color: rgb(115,147,153); }

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

border-color css

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

 span { border-color: rgb(115,147,153); }

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