Html Css Color HEX #73758A Storm Grey

📋 copy color: '#73758A'

red 115 ◦ green 117 ◦ blue 138

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

Shades of Storm Grey #73758A

Tints of Storm Grey #73758A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.62%

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

R = 31.08%
G = 31.62%
B = 37.3%

CMYK

 C value IS 0.17

 M value IS 0.15

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#73758A (or 0x73758A) is known color: Storm Grey. HEX triplet: 73, 75 and 8A. RGB value is (115,117,138). Sum of RGB (Red+Green+Blue) = 115+117+138=370 (49% of max value = 765). Red value is 115 (45.31% from 255 or 31.08% from 370); Green value is 117 (46.09% from 255 or 31.62% from 370); Blue value is 138 (54.30% from 255 or 37.30% from 370); Max value from RGB is 138 - color contains mainly: blue. Hex color #73758A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73758A is #8C8A75. Grayscale: #767676. Windows color (decimal): -9210486 or 9074035. OLE color: 9074035.

HSL color Cylindrical-coordinate representation of color #73758A: hue angle of 234.78º 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 #73758A is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 115 117 138 -
CMYK 0.17 0.15 0 0.46
HSL 234.78º 0.09% 0.5% -
HSV(B) 234.78º 0.17% 0.54% -
XYZ 18.02 18.2 26.61 -
YUV 118.8 138.84 125.29 -
System Red Green Blue C M Y K H S L
Decimal 115 117 138 0.17 0.15 0 0.46 234.78 0.09 0.5
Hex 73 75 8A 11 F 0 2E EB 9 32
Octal 163 165 212 21 17 0 56 353 11 62
Binary 1110011 1110101 10001010 10001 1111 0 101110 11101011 1001 110010

Color Harmonies of #73758A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73758A

Black with #73758A

Text Example


Text Example

White with #73758A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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