Html Css Color HEX #738B92 Gothic

📋 copy color: '#738B92'

red 115 ◦ green 139 ◦ blue 146

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

Shades of Gothic #738B92

Tints of Gothic #738B92

RGB

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

 GREEN value IS 139 (54.69% from 255) = 34.75%

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

R = 28.75%
G = 34.75%
B = 36.5%

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

#738B92 (or 0x738B92) is known color: Gothic. HEX triplet: 73, 8B and 92. RGB value is (115,139,146). Sum of RGB (Red+Green+Blue) = 115+139+146=400 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.75% from 400); Green value is 139 (54.69% from 255 or 34.75% from 400); Blue value is 146 (57.42% from 255 or 36.5% from 400); Max value from RGB is 146 - color contains mainly: blue. Hex color #738B92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738B92 is #8C746D. Grayscale: #848484. Windows color (decimal): -9204846 or 9603955. OLE color: 9603955.

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

Color convert

RGB 115 139 146 -
CMYK 0.21 0.05 0 0.43
HSL 193.55º 0.12% 0.51% -
HSV(B) 193.55º 0.21% 0.57% -
XYZ 21.49 24.19 30.73 -
YUV 132.62 135.55 115.43 -
System Red Green Blue C M Y K H S L
Decimal 115 139 146 0.21 0.05 0 0.43 193.55 0.12 0.51
Hex 73 8B 92 15 5 0 2B C2 C 33
Octal 163 213 222 25 5 0 53 302 14 63
Binary 1110011 10001011 10010010 10101 101 0 101011 11000010 1100 110011

Color Harmonies of #738B92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738B92

Black with #738B92

Text Example


Text Example

White with #738B92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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