Html Css Color HEX #738C92 Gothic

📋 copy color: '#738C92'

red 115 ◦ green 140 ◦ blue 146

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

Shades of Gothic #738C92

Tints of Gothic #738C92

RGB

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

 GREEN value IS 140 (55.08% from 255) = 34.91%

 BLUE value IS 146 (57.42% from 255) = 36.41%

R = 28.68%
G = 34.91%
B = 36.41%

CMYK

 C value IS 0.21

 M value IS 0.04

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#738C92 (or 0x738C92) is known color: Gothic. HEX triplet: 73, 8C and 92. RGB value is (115,140,146). Sum of RGB (Red+Green+Blue) = 115+140+146=401 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.68% from 401); Green value is 140 (55.08% from 255 or 34.91% from 401); Blue value is 146 (57.42% from 255 or 36.41% from 401); Max value from RGB is 146 - color contains mainly: blue. Hex color #738C92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738C92 is #8C736D. Grayscale: #858585. Windows color (decimal): -9204590 or 9604211. OLE color: 9604211.

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

Color convert

RGB 115 140 146 -
CMYK 0.21 0.04 0 0.43
HSL 191.61º 0.12% 0.51% -
HSV(B) 191.61º 0.21% 0.57% -
XYZ 21.64 24.48 30.78 -
YUV 133.21 135.22 115.01 -
System Red Green Blue C M Y K H S L
Decimal 115 140 146 0.21 0.04 0 0.43 191.61 0.12 0.51
Hex 73 8C 92 15 4 0 2B C0 C 33
Octal 163 214 222 25 4 0 53 300 14 63
Binary 1110011 10001100 10010010 10101 100 0 101011 11000000 1100 110011

Color Harmonies of #738C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738C92

Black with #738C92

Text Example


Text Example

White with #738C92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,140,146); }

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

background-color css

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

 a { background-color: rgb(115,140,146); }

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

border-color css

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

 span { border-color: rgb(115,140,146); }

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