Html Css Color HEX #76788B Storm Grey

📋 copy color: '#76788B'

red 118 ◦ green 120 ◦ blue 139

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

Shades of Storm Grey #76788B

Tints of Storm Grey #76788B

RGB

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

 GREEN value IS 120 (47.27% from 255) = 31.83%

 BLUE value IS 139 (54.69% from 255) = 36.87%

R = 31.3%
G = 31.83%
B = 36.87%

CMYK

 C value IS 0.15

 M value IS 0.14

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#76788B (or 0x76788B) is known color: Storm Grey. HEX triplet: 76, 78 and 8B. RGB value is (118,120,139). Sum of RGB (Red+Green+Blue) = 118+120+139=377 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.30% from 377); Green value is 120 (47.27% from 255 or 31.83% from 377); Blue value is 139 (54.69% from 255 or 36.87% from 377); Max value from RGB is 139 - color contains mainly: blue. Hex color #76788B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76788B is #898774. Grayscale: #797979. Windows color (decimal): -9013109 or 9140342. OLE color: 9140342.

HSL color Cylindrical-coordinate representation of color #76788B: hue angle of 234.29º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #76788B is Cyan = 0.15, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 118 120 139 -
CMYK 0.15 0.14 0 0.45
HSL 234.29º 0.08% 0.5% -
HSV(B) 234.29º 0.15% 0.55% -
XYZ 18.85 19.15 27.13 -
YUV 121.57 137.84 125.46 -
System Red Green Blue C M Y K H S L
Decimal 118 120 139 0.15 0.14 0 0.45 234.29 0.08 0.5
Hex 76 78 8B F E 0 2D EA 8 32
Octal 166 170 213 17 16 0 55 352 10 62
Binary 1110110 1111000 10001011 1111 1110 0 101101 11101010 1000 110010

Color Harmonies of #76788B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76788B

Black with #76788B

Text Example


Text Example

White with #76788B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76788B; }

 p { color: rgb(118,120,139); }

 H1.HeaderClassName
 {
   color: #76788B;
 }
 .AnyTagClassName
 {
   color: #76788B;
 }
</style>

background-color css

<style>
 a { background-color: #76788B; }

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

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

border-color css

<style>
 span { border-color: #76788B; }

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

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