#76919C

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

Shades of Bermuda Grey #76919C

Tints of Bermuda Grey #76919C

Color information

#76919C (or 0x76919C) is unknown color: approx Bermuda Grey. HEX triplet: 76, 91 and 9C. RGB value is (118,145,156). Sum of RGB (Red+Green+Blue) = 118+145+156=419 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.16% from 419); Green value is 145 (57.03% from 255 or 34.61% from 419); Blue value is 156 (61.33% from 255 or 37.23% from 419); Max value from RGB is 156 - color contains mainly: blue. Hex color #76919C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76919C is #896E63. Grayscale: #8A8A8A. Windows color (decimal): -9006692 or 10260854. OLE color: 10260854.

HSL color Cylindrical-coordinate representation of color #76919C: hue angle of 197.37º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #76919C is Cyan = 0.24, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB118145156-
CMYK0.240.0700.39
HSL197.37º16.1%53.73%-
HSV(B)197.37º24.36%61.18%-
XYZ23.626.535.32-
YUV138.18138.05113.61-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.16%
GREEN value IS 145 (57.03% from 255) = 34.61%
BLUE value IS 156 (61.33% from 255) = 37.23%
R=28.16%
G=34.61%
B=37.23%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1181451560.240.0700.39197.3716.153.73
Hex76919C187027c51036
Octal1662212343070473052066
Binary111011010010001100111001100011101001111100010110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76919C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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