Html Css Color HEX #76768C Storm Grey

📋 copy color: '#76768C'

red 118 ◦ green 118 ◦ blue 140

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

Shades of Storm Grey #76768C

Tints of Storm Grey #76768C

RGB

 RED value IS 118 (46.48% from 255) = 31.38%

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

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

R = 31.38%
G = 31.38%
B = 37.23%

CMYK

 C value IS 0.16

 M value IS 0.16

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#76768C (or 0x76768C) is known color: Storm Grey. HEX triplet: 76, 76 and 8C. RGB value is (118,118,140). Sum of RGB (Red+Green+Blue) = 118+118+140=376 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.38% from 376); Green value is 118 (46.48% from 255 or 31.38% from 376); Blue value is 140 (55.08% from 255 or 37.23% from 376); Max value from RGB is 140 - color contains mainly: blue. Hex color #76768C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76768C is #898973. Grayscale: #787878. Windows color (decimal): -9013620 or 9205366. OLE color: 9205366.

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

Color convert

RGB 118 118 140 -
CMYK 0.16 0.16 0 0.45
HSL 240º 0.09% 0.51% -
HSV(B) 240º 0.16% 0.55% -
XYZ 18.68 18.7 27.44 -
YUV 120.51 139 126.21 -
System Red Green Blue C M Y K H S L
Decimal 118 118 140 0.16 0.16 0 0.45 240 0.09 0.51
Hex 76 76 8C 10 10 0 2D F0 9 33
Octal 166 166 214 20 20 0 55 360 11 63
Binary 1110110 1110110 10001100 10000 10000 0 101101 11110000 1001 110011

Color Harmonies of #76768C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76768C

Black with #76768C

Text Example


Text Example

White with #76768C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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