#74939D

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

Shades of Bermuda Grey #74939D

Tints of Bermuda Grey #74939D

Color information

#74939D (or 0x74939D) is unknown color: approx Bermuda Grey. HEX triplet: 74, 93 and 9D. RGB value is (116,147,157). Sum of RGB (Red+Green+Blue) = 116+147+157=420 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.62% from 420); Green value is 147 (57.81% from 255 or 35% 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 #74939D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74939D is #8B6C62. Grayscale: #8A8A8A. Windows color (decimal): -9137251 or 10326900. OLE color: 10326900.

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

Color convert

RGB116147157-
CMYK0.260.0600.38
HSL194.63º17.3%53.53%-
HSV(B)194.63º26.11%61.57%-
XYZ23.7227.0135.86-
YUV138.87138.23111.69-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.62%
GREEN value IS 147 (57.81% from 255) = 35%
BLUE value IS 157 (61.72% from 255) = 37.38%
R=27.62%
G=35%
B=37.38%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1161471570.260.0600.38194.6317.353.53
Hex74939D1A6026c31136
Octal1642232353260463032166
Binary111010010010011100111011101011001001101100001110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74939D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,147,157); }

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

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

 a { background-color: rgb(116,147,157); }

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

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

 span { border-color: rgb(116,147,157); }

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