#74909D

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

Shades of Bermuda Grey #74909D

Tints of Bermuda Grey #74909D

Color information

#74909D (or 0x74909D) is unknown color: approx Bermuda Grey. HEX triplet: 74, 90 and 9D. RGB value is (116,144,157). Sum of RGB (Red+Green+Blue) = 116+144+157=417 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.82% from 417); Green value is 144 (56.64% from 255 or 34.53% from 417); Blue value is 157 (61.72% from 255 or 37.65% from 417); Max value from RGB is 157 - color contains mainly: blue. Hex color #74909D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74909D is #8B6F62. Grayscale: #898989. Windows color (decimal): -9138019 or 10326132. OLE color: 10326132.

HSL color Cylindrical-coordinate representation of color #74909D: hue angle of 199.02º 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 #74909D is Cyan = 0.26, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB116144157-
CMYK0.260.0800.38
HSL199.02º17.3%53.53%-
HSV(B)199.02º26.11%61.57%-
XYZ23.2626.0935.71-
YUV137.11139.22112.94-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.82%
GREEN value IS 144 (56.64% from 255) = 34.53%
BLUE value IS 157 (61.72% from 255) = 37.65%
R=27.82%
G=34.53%
B=37.65%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1161441570.260.0800.38199.0217.353.53
Hex74909D1A8026c71136
Octal16422023532100463072166
Binary1110100100100001001110111010100001001101100011110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74909D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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