Html Css Color HEX #75767A Storm Grey

📋 copy color: '#75767A'

red 117 ◦ green 118 ◦ blue 122

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

Shades of Storm Grey #75767A

Tints of Storm Grey #75767A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 34.17%

R = 32.77%
G = 33.05%
B = 34.17%

CMYK

 C value IS 0.04

 M value IS 0.03

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#75767A (or 0x75767A) is known color: Storm Grey. HEX triplet: 75, 76 and 7A. RGB value is (117,118,122). Sum of RGB (Red+Green+Blue) = 117+118+122=357 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.77% from 357); Green value is 118 (46.48% from 255 or 33.05% from 357); Blue value is 122 (48.05% from 255 or 34.17% from 357); Max value from RGB is 122 - color contains mainly: blue. Hex color #75767A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75767A is #8A8985. Grayscale: #767676. Windows color (decimal): -9079174 or 8025717. OLE color: 8025717.

HSL color Cylindrical-coordinate representation of color #75767A: hue angle of 228º degrees, saturation: 0.02, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #75767A is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 117 118 122 -
CMYK 0.04 0.03 0 0.52
HSL 228º 0.02% 0.47% -
HSV(B) 228º 0.04% 0.48% -
XYZ 17.33 18.14 21 -
YUV 118.16 130.17 127.17 -
System Red Green Blue C M Y K H S L
Decimal 117 118 122 0.04 0.03 0 0.52 228 0.02 0.47
Hex 75 76 7A 4 3 0 34 E4 2 2F
Octal 165 166 172 4 3 0 64 344 2 57
Binary 1110101 1110110 1111010 100 11 0 110100 11100100 10 101111

Color Harmonies of #75767A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75767A

Black with #75767A

Text Example


Text Example

White with #75767A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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