Html Css Color HEX #72757E Storm Grey

📋 copy color: '#72757E'

red 114 ◦ green 117 ◦ blue 126

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

Shades of Storm Grey #72757E

Tints of Storm Grey #72757E

RGB

 RED value IS 114 (44.92% from 255) = 31.93%

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

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

R = 31.93%
G = 32.77%
B = 35.29%

CMYK

 C value IS 0.10

 M value IS 0.07

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#72757E (or 0x72757E) is known color: Storm Grey. HEX triplet: 72, 75 and 7E. RGB value is (114,117,126). Sum of RGB (Red+Green+Blue) = 114+117+126=357 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.93% from 357); Green value is 117 (46.09% from 255 or 32.77% from 357); Blue value is 126 (49.61% from 255 or 35.29% from 357); Max value from RGB is 126 - color contains mainly: blue. Hex color #72757E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72757E is #8D8A81. Grayscale: #757575. Windows color (decimal): -9276034 or 8287602. OLE color: 8287602.

HSL color Cylindrical-coordinate representation of color #72757E: hue angle of 225º degrees, saturation: 0.05, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #72757E is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 114 117 126 -
CMYK 0.10 0.07 0 0.51
HSL 225º 0.05% 0.47% -
HSV(B) 225º 0.1% 0.49% -
XYZ 17.07 17.81 22.28 -
YUV 117.13 133.01 125.77 -
System Red Green Blue C M Y K H S L
Decimal 114 117 126 0.10 0.07 0 0.51 225 0.05 0.47
Hex 72 75 7E A 7 0 33 E1 5 2F
Octal 162 165 176 12 7 0 63 341 5 57
Binary 1110010 1110101 1111110 1010 111 0 110011 11100001 101 101111

Color Harmonies of #72757E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72757E

Black with #72757E

Text Example


Text Example

White with #72757E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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