Html Css Color HEX #73748C Storm Grey

📋 copy color: '#73748C'

red 115 ◦ green 116 ◦ blue 140

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

Shades of Storm Grey #73748C

Tints of Storm Grey #73748C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 37.74%

R = 31%
G = 31.27%
B = 37.74%

CMYK

 C value IS 0.18

 M value IS 0.17

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#73748C (or 0x73748C) is known color: Storm Grey. HEX triplet: 73, 74 and 8C. RGB value is (115,116,140). Sum of RGB (Red+Green+Blue) = 115+116+140=371 (49% of max value = 765). Red value is 115 (45.31% from 255 or 31.00% from 371); Green value is 116 (45.70% from 255 or 31.27% from 371); Blue value is 140 (55.08% from 255 or 37.74% from 371); Max value from RGB is 140 - color contains mainly: blue. Hex color #73748C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73748C is #8C8B73. Grayscale: #767676. Windows color (decimal): -9210740 or 9204851. OLE color: 9204851.

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

Color convert

RGB 115 116 140 -
CMYK 0.18 0.17 0 0.45
HSL 237.6º 0.1% 0.5% -
HSV(B) 237.6º 0.18% 0.55% -
XYZ 18.05 18.03 27.34 -
YUV 118.44 140.17 125.55 -
System Red Green Blue C M Y K H S L
Decimal 115 116 140 0.18 0.17 0 0.45 237.6 0.1 0.5
Hex 73 74 8C 12 11 0 2D EE A 32
Octal 163 164 214 22 21 0 55 356 12 62
Binary 1110011 1110100 10001100 10010 10001 0 101101 11101110 1010 110010

Color Harmonies of #73748C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73748C

Black with #73748C

Text Example


Text Example

White with #73748C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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