Html Css Color HEX #72768F Storm Grey

📋 copy color: '#72768F'

red 114 ◦ green 118 ◦ blue 143

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

Shades of Storm Grey #72768F

Tints of Storm Grey #72768F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 38.13%

R = 30.4%
G = 31.47%
B = 38.13%

CMYK

 C value IS 0.20

 M value IS 0.17

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#72768F (or 0x72768F) is known color: Storm Grey. HEX triplet: 72, 76 and 8F. RGB value is (114,118,143). Sum of RGB (Red+Green+Blue) = 114+118+143=375 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.4% from 375); Green value is 118 (46.48% from 255 or 31.47% from 375); Blue value is 143 (56.25% from 255 or 38.13% from 375); Max value from RGB is 143 - color contains mainly: blue. Hex color #72768F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72768F is #8D8970. Grayscale: #777777. Windows color (decimal): -9275761 or 9401970. OLE color: 9401970.

HSL color Cylindrical-coordinate representation of color #72768F: hue angle of 231.72º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #72768F is Cyan = 0.20, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 114 118 143 -
CMYK 0.20 0.17 0 0.44
HSL 231.72º 0.11% 0.5% -
HSV(B) 231.72º 0.2% 0.56% -
XYZ 18.38 18.52 28.59 -
YUV 119.65 141.17 123.97 -
System Red Green Blue C M Y K H S L
Decimal 114 118 143 0.20 0.17 0 0.44 231.72 0.11 0.5
Hex 72 76 8F 14 11 0 2C E8 B 32
Octal 162 166 217 24 21 0 54 350 13 62
Binary 1110010 1110110 10001111 10100 10001 0 101100 11101000 1011 110010

Color Harmonies of #72768F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72768F

Black with #72768F

Text Example


Text Example

White with #72768F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72768F; }

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

 H1.HeaderClassName
 {
   color: #72768F;
 }
 .AnyTagClassName
 {
   color: #72768F;
 }
</style>

background-color css

<style>
 a { background-color: #72768F; }

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

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

border-color css

<style>
 span { border-color: #72768F; }

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

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