Html Css Color HEX #73758F Storm Grey

📋 copy color: '#73758F'

red 115 ◦ green 117 ◦ blue 143

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

Shades of Storm Grey #73758F

Tints of Storm Grey #73758F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 38.13%

R = 30.67%
G = 31.2%
B = 38.13%

CMYK

 C value IS 0.20

 M value IS 0.18

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#73758F (or 0x73758F) is known color: Storm Grey. HEX triplet: 73, 75 and 8F. RGB value is (115,117,143). Sum of RGB (Red+Green+Blue) = 115+117+143=375 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.67% from 375); Green value is 117 (46.09% from 255 or 31.2% from 375); Blue value is 143 (56.25% from 255 or 38.13% from 375); Max value from RGB is 143 - color contains mainly: blue. Hex color #73758F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73758F is #8C8A70. Grayscale: #777777. Windows color (decimal): -9210481 or 9401715. OLE color: 9401715.

HSL color Cylindrical-coordinate representation of color #73758F: hue angle of 235.71º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #73758F is Cyan = 0.20, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 115 117 143 -
CMYK 0.20 0.18 0 0.44
HSL 235.71º 0.11% 0.51% -
HSV(B) 235.71º 0.2% 0.56% -
XYZ 18.39 18.35 28.56 -
YUV 119.37 141.34 124.89 -
System Red Green Blue C M Y K H S L
Decimal 115 117 143 0.20 0.18 0 0.44 235.71 0.11 0.51
Hex 73 75 8F 14 12 0 2C EC B 33
Octal 163 165 217 24 22 0 54 354 13 63
Binary 1110011 1110101 10001111 10100 10010 0 101100 11101100 1011 110011

Color Harmonies of #73758F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73758F

Black with #73758F

Text Example


Text Example

White with #73758F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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