Html Css Color HEX #738A90 Gothic

📋 copy color: '#738A90'

red 115 ◦ green 138 ◦ blue 144

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

Shades of Gothic #738A90

Tints of Gothic #738A90

RGB

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

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

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

R = 28.97%
G = 34.76%
B = 36.27%

CMYK

 C value IS 0.20

 M value IS 0.04

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#738A90 (or 0x738A90) is known color: Gothic. HEX triplet: 73, 8A and 90. RGB value is (115,138,144). Sum of RGB (Red+Green+Blue) = 115+138+144=397 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.97% from 397); Green value is 138 (54.30% from 255 or 34.76% from 397); Blue value is 144 (56.64% from 255 or 36.27% from 397); Max value from RGB is 144 - color contains mainly: blue. Hex color #738A90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738A90 is #8C756F. Grayscale: #838383. Windows color (decimal): -9205104 or 9472627. OLE color: 9472627.

HSL color Cylindrical-coordinate representation of color #738A90: hue angle of 192.41º 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 #738A90 is Cyan = 0.20, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 115 138 144 -
CMYK 0.20 0.04 0 0.44
HSL 192.41º 0.12% 0.51% -
HSV(B) 192.41º 0.2% 0.56% -
XYZ 21.19 23.84 29.87 -
YUV 131.81 134.88 116.01 -
System Red Green Blue C M Y K H S L
Decimal 115 138 144 0.20 0.04 0 0.44 192.41 0.12 0.51
Hex 73 8A 90 14 4 0 2C C0 C 33
Octal 163 212 220 24 4 0 54 300 14 63
Binary 1110011 10001010 10010000 10100 100 0 101100 11000000 1100 110011

Color Harmonies of #738A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738A90

Black with #738A90

Text Example


Text Example

White with #738A90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #738A90; }

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

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

background-color css

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

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

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

border-color css

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

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

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