#74939F

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

Shades of Bermuda Grey #74939F

Tints of Bermuda Grey #74939F

Color information

#74939F (or 0x74939F) is unknown color: approx Bermuda Grey. HEX triplet: 74, 93 and 9F. RGB value is (116,147,159). Sum of RGB (Red+Green+Blue) = 116+147+159=422 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.49% from 422); Green value is 147 (57.81% from 255 or 34.83% from 422); Blue value is 159 (62.5% from 255 or 37.68% from 422); Max value from RGB is 159 - color contains mainly: blue. Hex color #74939F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74939F is #8B6C60. Grayscale: #8B8B8B. Windows color (decimal): -9137249 or 10457972. OLE color: 10457972.

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

Color convert

RGB116147159-
CMYK0.270.0800.38
HSL196.74º18.3%53.92%-
HSV(B)196.74º27.04%62.35%-
XYZ23.8927.0836.77-
YUV139.1139.23111.52-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.49%
GREEN value IS 147 (57.81% from 255) = 34.83%
BLUE value IS 159 (62.5% from 255) = 37.68%
R=27.49%
G=34.83%
B=37.68%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1161471590.270.0800.38196.7418.353.92
Hex74939F1B8026c51236
Octal16422323733100463052266
Binary1110100100100111001111111011100001001101100010110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74939F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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