Html Css Color HEX #738A91 Gothic

📋 copy color: '#738A91'

red 115 ◦ green 138 ◦ blue 145

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

Shades of Gothic #738A91

Tints of Gothic #738A91

RGB

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

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

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

R = 28.89%
G = 34.67%
B = 36.43%

CMYK

 C value IS 0.21

 M value IS 0.05

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#738A91 (or 0x738A91) is known color: Gothic. HEX triplet: 73, 8A and 91. RGB value is (115,138,145). Sum of RGB (Red+Green+Blue) = 115+138+145=398 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.89% from 398); Green value is 138 (54.30% from 255 or 34.67% from 398); Blue value is 145 (57.03% from 255 or 36.43% from 398); Max value from RGB is 145 - color contains mainly: blue. Hex color #738A91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738A91 is #8C756E. Grayscale: #838383. Windows color (decimal): -9205103 or 9538163. OLE color: 9538163.

HSL color Cylindrical-coordinate representation of color #738A91: hue angle of 194º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #738A91 is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 115 138 145 -
CMYK 0.21 0.05 0 0.43
HSL 194º 0.12% 0.51% -
HSV(B) 194º 0.21% 0.57% -
XYZ 21.27 23.87 30.27 -
YUV 131.92 135.38 115.93 -
System Red Green Blue C M Y K H S L
Decimal 115 138 145 0.21 0.05 0 0.43 194 0.12 0.51
Hex 73 8A 91 15 5 0 2B C2 C 33
Octal 163 212 221 25 5 0 53 302 14 63
Binary 1110011 10001010 10010001 10101 101 0 101011 11000010 1100 110011

Color Harmonies of #738A91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738A91

Black with #738A91

Text Example


Text Example

White with #738A91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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