Html Css Color HEX #72767D Storm Grey

📋 copy color: '#72767D'

red 114 ◦ green 118 ◦ blue 125

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

Shades of Storm Grey #72767D

Tints of Storm Grey #72767D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 35.01%

R = 31.93%
G = 33.05%
B = 35.01%

CMYK

 C value IS 0.09

 M value IS 0.06

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#72767D (or 0x72767D) is known color: Storm Grey. HEX triplet: 72, 76 and 7D. RGB value is (114,118,125). Sum of RGB (Red+Green+Blue) = 114+118+125=357 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.93% from 357); Green value is 118 (46.48% from 255 or 33.05% from 357); Blue value is 125 (49.22% from 255 or 35.01% from 357); Max value from RGB is 125 - color contains mainly: blue. Hex color #72767D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72767D is #8D8982. Grayscale: #757575. Windows color (decimal): -9275779 or 8222322. OLE color: 8222322.

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

Color convert

RGB 114 118 125 -
CMYK 0.09 0.06 0 0.51
HSL 218.18º 0.05% 0.47% -
HSV(B) 218.18º 0.09% 0.49% -
XYZ 17.12 18.01 21.98 -
YUV 117.6 132.17 125.43 -
System Red Green Blue C M Y K H S L
Decimal 114 118 125 0.09 0.06 0 0.51 218.18 0.05 0.47
Hex 72 76 7D 9 6 0 33 DA 5 2F
Octal 162 166 175 11 6 0 63 332 5 57
Binary 1110010 1110110 1111101 1001 110 0 110011 11011010 101 101111

Color Harmonies of #72767D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72767D

Black with #72767D

Text Example


Text Example

White with #72767D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72767D; }

 p { color: rgb(114,118,125); }

 H1.HeaderClassName
 {
   color: #72767D;
 }
 .AnyTagClassName
 {
   color: #72767D;
 }
</style>

background-color css

<style>
 a { background-color: #72767D; }

 a { background-color: rgb(114,118,125); }

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

border-color css

<style>
 span { border-color: #72767D; }

 span { border-color: rgb(114,118,125); }

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