Html Css Color HEX #757784 Storm Grey

📋 copy color: '#757784'

red 117 ◦ green 119 ◦ blue 132

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

Shades of Storm Grey #757784

Tints of Storm Grey #757784

RGB

 RED value IS 117 (46.09% from 255) = 31.79%

 GREEN value IS 119 (46.88% from 255) = 32.34%

 BLUE value IS 132 (51.95% from 255) = 35.87%

R = 31.79%
G = 32.34%
B = 35.87%

CMYK

 C value IS 0.11

 M value IS 0.10

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#757784 (or 0x757784) is known color: Storm Grey. HEX triplet: 75, 77 and 84. RGB value is (117,119,132). Sum of RGB (Red+Green+Blue) = 117+119+132=368 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.79% from 368); Green value is 119 (46.88% from 255 or 32.34% from 368); Blue value is 132 (51.95% from 255 or 35.87% from 368); Max value from RGB is 132 - color contains mainly: blue. Hex color #757784 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757784 is #8A887B. Grayscale: #777777. Windows color (decimal): -9078908 or 8681333. OLE color: 8681333.

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

Color convert

RGB 117 119 132 -
CMYK 0.11 0.10 0 0.48
HSL 232º 0.06% 0.49% -
HSV(B) 232º 0.11% 0.52% -
XYZ 18.1 18.64 24.47 -
YUV 119.88 134.84 125.94 -
System Red Green Blue C M Y K H S L
Decimal 117 119 132 0.11 0.10 0 0.48 232 0.06 0.49
Hex 75 77 84 B A 0 30 E8 6 31
Octal 165 167 204 13 12 0 60 350 6 61
Binary 1110101 1110111 10000100 1011 1010 0 110000 11101000 110 110001

Color Harmonies of #757784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757784

Black with #757784

Text Example


Text Example

White with #757784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757784; }

 p { color: rgb(117,119,132); }

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

background-color css

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

 a { background-color: rgb(117,119,132); }

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

border-color css

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

 span { border-color: rgb(117,119,132); }

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