Html Css Color HEX #73748B Storm Grey

📋 copy color: '#73748B'

red 115 ◦ green 116 ◦ blue 139

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

Shades of Storm Grey #73748B

Tints of Storm Grey #73748B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.35%

 BLUE value IS 139 (54.69% from 255) = 37.57%

R = 31.08%
G = 31.35%
B = 37.57%

CMYK

 C value IS 0.17

 M value IS 0.17

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#73748B (or 0x73748B) is known color: Storm Grey. HEX triplet: 73, 74 and 8B. RGB value is (115,116,139). Sum of RGB (Red+Green+Blue) = 115+116+139=370 (49% of max value = 765). Red value is 115 (45.31% from 255 or 31.08% from 370); Green value is 116 (45.70% from 255 or 31.35% from 370); Blue value is 139 (54.69% from 255 or 37.57% from 370); Max value from RGB is 139 - color contains mainly: blue. Hex color #73748B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73748B is #8C8B74. Grayscale: #767676. Windows color (decimal): -9210741 or 9139315. OLE color: 9139315.

HSL color Cylindrical-coordinate representation of color #73748B: hue angle of 237.5º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #73748B is Cyan = 0.17, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 115 116 139 -
CMYK 0.17 0.17 0 0.45
HSL 237.5º 0.09% 0.5% -
HSV(B) 237.5º 0.17% 0.55% -
XYZ 17.98 18 26.95 -
YUV 118.32 139.67 125.63 -
System Red Green Blue C M Y K H S L
Decimal 115 116 139 0.17 0.17 0 0.45 237.5 0.09 0.5
Hex 73 74 8B 11 11 0 2D EE 9 32
Octal 163 164 213 21 21 0 55 356 11 62
Binary 1110011 1110100 10001011 10001 10001 0 101101 11101110 1001 110010

Color Harmonies of #73748B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73748B

Black with #73748B

Text Example


Text Example

White with #73748B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73748B; }

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

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

background-color css

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

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

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

border-color css

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

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

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