Html Css Color HEX #757C85 Storm Grey

📋 copy color: '#757C85'

red 117 ◦ green 124 ◦ blue 133

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

Shades of Storm Grey #757C85

Tints of Storm Grey #757C85

RGB

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

 GREEN value IS 124 (48.83% from 255) = 33.16%

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

R = 31.28%
G = 33.16%
B = 35.56%

CMYK

 C value IS 0.12

 M value IS 0.07

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#757C85 (or 0x757C85) is known color: Storm Grey. HEX triplet: 75, 7C and 85. RGB value is (117,124,133). Sum of RGB (Red+Green+Blue) = 117+124+133=374 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.28% from 374); Green value is 124 (48.83% from 255 or 33.16% from 374); Blue value is 133 (52.34% from 255 or 35.56% from 374); Max value from RGB is 133 - color contains mainly: blue. Hex color #757C85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757C85 is #8A837A. Grayscale: #7A7A7A. Windows color (decimal): -9077627 or 8748149. OLE color: 8748149.

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

Color convert

RGB 117 124 133 -
CMYK 0.12 0.07 0 0.48
HSL 213.75º 0.06% 0.49% -
HSV(B) 213.75º 0.12% 0.52% -
XYZ 18.78 19.89 25.04 -
YUV 122.93 133.68 123.77 -
System Red Green Blue C M Y K H S L
Decimal 117 124 133 0.12 0.07 0 0.48 213.75 0.06 0.49
Hex 75 7C 85 C 7 0 30 D6 6 31
Octal 165 174 205 14 7 0 60 326 6 61
Binary 1110101 1111100 10000101 1100 111 0 110000 11010110 110 110001

Color Harmonies of #757C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757C85

Black with #757C85

Text Example


Text Example

White with #757C85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757C85; }

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

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

background-color css

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

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

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

border-color css

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

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

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