Html Css Color HEX #73738A Storm Grey

📋 copy color: '#73738A'

red 115 ◦ green 115 ◦ blue 138

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

Shades of Storm Grey #73738A

Tints of Storm Grey #73738A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 31.25%

 BLUE value IS 138 (54.3% from 255) = 37.5%

R = 31.25%
G = 31.25%
B = 37.5%

CMYK

 C value IS 0.17

 M value IS 0.17

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#73738A (or 0x73738A) is known color: Storm Grey. HEX triplet: 73, 73 and 8A. RGB value is (115,115,138). Sum of RGB (Red+Green+Blue) = 115+115+138=368 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.25% from 368); Green value is 115 (45.31% from 255 or 31.25% from 368); Blue value is 138 (54.30% from 255 or 37.5% from 368); Max value from RGB is 138 - color contains mainly: blue. Hex color #73738A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73738A is #8C8C75. Grayscale: #757575. Windows color (decimal): -9210998 or 9073523. OLE color: 9073523.

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

Color convert

RGB 115 115 138 -
CMYK 0.17 0.17 0 0.46
HSL 240º 0.09% 0.5% -
HSV(B) 240º 0.17% 0.54% -
XYZ 17.79 17.74 26.53 -
YUV 117.62 139.5 126.13 -
System Red Green Blue C M Y K H S L
Decimal 115 115 138 0.17 0.17 0 0.46 240 0.09 0.5
Hex 73 73 8A 11 11 0 2E F0 9 32
Octal 163 163 212 21 21 0 56 360 11 62
Binary 1110011 1110011 10001010 10001 10001 0 101110 11110000 1001 110010

Color Harmonies of #73738A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73738A

Black with #73738A

Text Example


Text Example

White with #73738A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73738A; }

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

 H1.HeaderClassName
 {
   color: #73738A;
 }
 .AnyTagClassName
 {
   color: #73738A;
 }
</style>

background-color css

<style>
 a { background-color: #73738A; }

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

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

border-color css

<style>
 span { border-color: #73738A; }

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

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