#76939C

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

Shades of Bermuda Grey #76939C

Tints of Bermuda Grey #76939C

Color information

#76939C (or 0x76939C) is unknown color: approx Bermuda Grey. HEX triplet: 76, 93 and 9C. RGB value is (118,147,156). Sum of RGB (Red+Green+Blue) = 118+147+156=421 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.03% from 421); Green value is 147 (57.81% from 255 or 34.92% from 421); Blue value is 156 (61.33% from 255 or 37.05% from 421); Max value from RGB is 156 - color contains mainly: blue. Hex color #76939C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76939C is #896C63. Grayscale: #8B8B8B. Windows color (decimal): -9006180 or 10261366. OLE color: 10261366.

HSL color Cylindrical-coordinate representation of color #76939C: hue angle of 194.21º 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 #76939C is Cyan = 0.24, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB118147156-
CMYK0.240.0600.39
HSL194.21º16.1%53.73%-
HSV(B)194.21º24.36%61.18%-
XYZ23.9127.1235.43-
YUV139.35137.39112.77-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.03%
GREEN value IS 147 (57.81% from 255) = 34.92%
BLUE value IS 156 (61.33% from 255) = 37.05%
R=28.03%
G=34.92%
B=37.05%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1181471560.240.0600.39194.2116.153.73
Hex76939C186027c21036
Octal1662232343060473022066
Binary111011010010011100111001100011001001111100001010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76939C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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