Html Css Color HEX #747585 Storm Grey

📋 copy color: '#747585'

red 116 ◦ green 117 ◦ blue 133

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

Shades of Storm Grey #747585

Tints of Storm Grey #747585

RGB

 RED value IS 116 (45.7% from 255) = 31.69%

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

 BLUE value IS 133 (52.34% from 255) = 36.34%

R = 31.69%
G = 31.97%
B = 36.34%

CMYK

 C value IS 0.13

 M value IS 0.12

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#747585 (or 0x747585) is known color: Storm Grey. HEX triplet: 74, 75 and 85. RGB value is (116,117,133). Sum of RGB (Red+Green+Blue) = 116+117+133=366 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.69% from 366); Green value is 117 (46.09% from 255 or 31.97% from 366); Blue value is 133 (52.34% from 255 or 36.34% from 366); Max value from RGB is 133 - color contains mainly: blue. Hex color #747585 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747585 is #8B8A7A. Grayscale: #767676. Windows color (decimal): -9144955 or 8746356. OLE color: 8746356.

HSL color Cylindrical-coordinate representation of color #747585: hue angle of 236.47º degrees, saturation: 0.07, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #747585 is Cyan = 0.13, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 116 117 133 -
CMYK 0.13 0.12 0 0.48
HSL 236.47º 0.07% 0.49% -
HSV(B) 236.47º 0.13% 0.52% -
XYZ 17.8 18.13 24.75 -
YUV 118.53 136.17 126.2 -
System Red Green Blue C M Y K H S L
Decimal 116 117 133 0.13 0.12 0 0.48 236.47 0.07 0.49
Hex 74 75 85 D C 0 30 EC 7 31
Octal 164 165 205 15 14 0 60 354 7 61
Binary 1110100 1110101 10000101 1101 1100 0 110000 11101100 111 110001

Color Harmonies of #747585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747585

Black with #747585

Text Example


Text Example

White with #747585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747585; }

 p { color: rgb(116,117,133); }

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

background-color css

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

 a { background-color: rgb(116,117,133); }

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

border-color css

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

 span { border-color: rgb(116,117,133); }

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