Html Css Color HEX #738990 Gothic

📋 copy color: '#738990'

red 115 ◦ green 137 ◦ blue 144

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

Shades of Gothic #738990

Tints of Gothic #738990

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34.6%

 BLUE value IS 144 (56.64% from 255) = 36.36%

R = 29.04%
G = 34.6%
B = 36.36%

CMYK

 C value IS 0.20

 M value IS 0.05

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#738990 (or 0x738990) is known color: Gothic. HEX triplet: 73, 89 and 90. RGB value is (115,137,144). Sum of RGB (Red+Green+Blue) = 115+137+144=396 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.04% from 396); Green value is 137 (53.91% from 255 or 34.60% from 396); Blue value is 144 (56.64% from 255 or 36.36% from 396); Max value from RGB is 144 - color contains mainly: blue. Hex color #738990 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738990 is #8C766F. Grayscale: #838383. Windows color (decimal): -9205360 or 9472371. OLE color: 9472371.

HSL color Cylindrical-coordinate representation of color #738990: hue angle of 194.48º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #738990 is Cyan = 0.20, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 115 137 144 -
CMYK 0.20 0.05 0 0.44
HSL 194.48º 0.12% 0.51% -
HSV(B) 194.48º 0.2% 0.56% -
XYZ 21.05 23.55 29.82 -
YUV 131.22 135.21 116.43 -
System Red Green Blue C M Y K H S L
Decimal 115 137 144 0.20 0.05 0 0.44 194.48 0.12 0.51
Hex 73 89 90 14 5 0 2C C2 C 33
Octal 163 211 220 24 5 0 54 302 14 63
Binary 1110011 10001001 10010000 10100 101 0 101100 11000010 1100 110011

Color Harmonies of #738990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738990

Black with #738990

Text Example


Text Example

White with #738990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #738990; }

 p { color: rgb(115,137,144); }

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

background-color css

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

 a { background-color: rgb(115,137,144); }

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

border-color css

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

 span { border-color: rgb(115,137,144); }

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