Html Css Color HEX #73768C Storm Grey

📋 copy color: '#73768C'

red 115 ◦ green 118 ◦ blue 140

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

Shades of Storm Grey #73768C

Tints of Storm Grey #73768C

RGB

 RED value IS 115 (45.31% from 255) = 30.83%

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

 BLUE value IS 140 (55.08% from 255) = 37.53%

R = 30.83%
G = 31.64%
B = 37.53%

CMYK

 C value IS 0.18

 M value IS 0.16

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#73768C (or 0x73768C) is known color: Storm Grey. HEX triplet: 73, 76 and 8C. RGB value is (115,118,140). Sum of RGB (Red+Green+Blue) = 115+118+140=373 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.83% from 373); Green value is 118 (46.48% from 255 or 31.64% from 373); Blue value is 140 (55.08% from 255 or 37.53% from 373); Max value from RGB is 140 - color contains mainly: blue. Hex color #73768C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73768C is #8C8973. Grayscale: #777777. Windows color (decimal): -9210228 or 9205363. OLE color: 9205363.

HSL color Cylindrical-coordinate representation of color #73768C: hue angle of 232.8º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #73768C is Cyan = 0.18, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 115 118 140 -
CMYK 0.18 0.16 0 0.45
HSL 232.8º 0.1% 0.5% -
HSV(B) 232.8º 0.18% 0.55% -
XYZ 18.28 18.5 27.42 -
YUV 119.61 139.51 124.71 -
System Red Green Blue C M Y K H S L
Decimal 115 118 140 0.18 0.16 0 0.45 232.8 0.1 0.5
Hex 73 76 8C 12 10 0 2D E9 A 32
Octal 163 166 214 22 20 0 55 351 12 62
Binary 1110011 1110110 10001100 10010 10000 0 101101 11101001 1010 110010

Color Harmonies of #73768C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73768C

Black with #73768C

Text Example


Text Example

White with #73768C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73768C; }

 p { color: rgb(115,118,140); }

 H1.HeaderClassName
 {
   color: #73768C;
 }
 .AnyTagClassName
 {
   color: #73768C;
 }
</style>

background-color css

<style>
 a { background-color: #73768C; }

 a { background-color: rgb(115,118,140); }

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

border-color css

<style>
 span { border-color: #73768C; }

 span { border-color: rgb(115,118,140); }

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