Html Css Color HEX #75767E Storm Grey

📋 copy color: '#75767E'

red 117 ◦ green 118 ◦ blue 126

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

Shades of Storm Grey #75767E

Tints of Storm Grey #75767E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 34.9%

R = 32.41%
G = 32.69%
B = 34.9%

CMYK

 C value IS 0.07

 M value IS 0.06

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#75767E (or 0x75767E) is known color: Storm Grey. HEX triplet: 75, 76 and 7E. RGB value is (117,118,126). Sum of RGB (Red+Green+Blue) = 117+118+126=361 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.41% from 361); Green value is 118 (46.48% from 255 or 32.69% from 361); Blue value is 126 (49.61% from 255 or 34.90% from 361); Max value from RGB is 126 - color contains mainly: blue. Hex color #75767E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75767E is #8A8981. Grayscale: #767676. Windows color (decimal): -9079170 or 8287861. OLE color: 8287861.

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

Color convert

RGB 117 118 126 -
CMYK 0.07 0.06 0 0.51
HSL 233.33º 0.04% 0.48% -
HSV(B) 233.33º 0.07% 0.49% -
XYZ 17.58 18.25 22.33 -
YUV 118.61 132.17 126.85 -
System Red Green Blue C M Y K H S L
Decimal 117 118 126 0.07 0.06 0 0.51 233.33 0.04 0.48
Hex 75 76 7E 7 6 0 33 E9 4 30
Octal 165 166 176 7 6 0 63 351 4 60
Binary 1110101 1110110 1111110 111 110 0 110011 11101001 100 110000

Color Harmonies of #75767E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75767E

Black with #75767E

Text Example


Text Example

White with #75767E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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