Html Css Color HEX #75767C Storm Grey

📋 copy color: '#75767C'

red 117 ◦ green 118 ◦ blue 124

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

Shades of Storm Grey #75767C

Tints of Storm Grey #75767C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.87%

 BLUE value IS 124 (48.83% from 255) = 34.54%

R = 32.59%
G = 32.87%
B = 34.54%

CMYK

 C value IS 0.06

 M value IS 0.05

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#75767C (or 0x75767C) is known color: Storm Grey. HEX triplet: 75, 76 and 7C. RGB value is (117,118,124). Sum of RGB (Red+Green+Blue) = 117+118+124=359 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.59% from 359); Green value is 118 (46.48% from 255 or 32.87% from 359); Blue value is 124 (48.83% from 255 or 34.54% from 359); Max value from RGB is 124 - color contains mainly: blue. Hex color #75767C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75767C is #8A8983. Grayscale: #767676. Windows color (decimal): -9079172 or 8156789. OLE color: 8156789.

HSL color Cylindrical-coordinate representation of color #75767C: hue angle of 231.43º degrees, saturation: 0.03, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #75767C is Cyan = 0.06, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 117 118 124 -
CMYK 0.06 0.05 0 0.51
HSL 231.43º 0.03% 0.47% -
HSV(B) 231.43º 0.06% 0.49% -
XYZ 17.45 18.19 21.66 -
YUV 118.39 131.17 127.01 -
System Red Green Blue C M Y K H S L
Decimal 117 118 124 0.06 0.05 0 0.51 231.43 0.03 0.47
Hex 75 76 7C 6 5 0 33 E7 3 2F
Octal 165 166 174 6 5 0 63 347 3 57
Binary 1110101 1110110 1111100 110 101 0 110011 11100111 11 101111

Color Harmonies of #75767C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75767C

Black with #75767C

Text Example


Text Example

White with #75767C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75767C; }

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

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

background-color css

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

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

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

border-color css

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

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

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