#76919D

Color #76919D Bermuda Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bermuda Grey #76919D

Tints of Bermuda Grey #76919D

Color information

#76919D (or 0x76919D) is unknown color: approx Bermuda Grey. HEX triplet: 76, 91 and 9D. RGB value is (118,145,157). Sum of RGB (Red+Green+Blue) = 118+145+157=420 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.10% from 420); Green value is 145 (57.03% from 255 or 34.52% from 420); Blue value is 157 (61.72% from 255 or 37.38% from 420); Max value from RGB is 157 - color contains mainly: blue. Hex color #76919D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76919D is #896E62. Grayscale: #8A8A8A. Windows color (decimal): -9006691 or 10326390. OLE color: 10326390.

HSL color Cylindrical-coordinate representation of color #76919D: hue angle of 198.46º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #76919D is Cyan = 0.25, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB118145157-
CMYK0.250.0800.38
HSL198.46º16.6%53.92%-
HSV(B)198.46º24.84%61.57%-
XYZ23.6826.5435.77-
YUV138.29138.55113.52-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.10%
GREEN value IS 145 (57.03% from 255) = 34.52%
BLUE value IS 157 (61.72% from 255) = 37.38%
R=28.10%
G=34.52%
B=37.38%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1181451570.250.0800.38198.4616.653.92
Hex76919D198026c61136
Octal16622123531100463062166
Binary1110110100100011001110111001100001001101100011010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76919D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,145,157); }

 H1.HeaderClassName
 {
   color: #76919D;
 }
 .AnyTagClassName
 {
   color: #76919D;
 }
</style>
background-color css

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

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

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

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

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

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