#75909E

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

Shades of Bermuda Grey #75909E

Tints of Bermuda Grey #75909E

Color information

#75909E (or 0x75909E) is unknown color: approx Bermuda Grey. HEX triplet: 75, 90 and 9E. RGB value is (117,144,158). Sum of RGB (Red+Green+Blue) = 117+144+158=419 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.92% from 419); Green value is 144 (56.64% from 255 or 34.37% from 419); Blue value is 158 (62.11% from 255 or 37.71% from 419); Max value from RGB is 158 - color contains mainly: blue. Hex color #75909E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75909E is #8A6F61. Grayscale: #898989. Windows color (decimal): -9072482 or 10391669. OLE color: 10391669.

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

Color convert

RGB117144158-
CMYK0.260.0900.38
HSL200.49º17.45%53.92%-
HSV(B)200.49º25.95%61.96%-
XYZ23.4826.236.17-
YUV137.52139.55113.36-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.92%
GREEN value IS 144 (56.64% from 255) = 34.37%
BLUE value IS 158 (62.11% from 255) = 37.71%
R=27.92%
G=34.37%
B=37.71%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1171441580.260.0900.38200.4917.4553.92
Hex75909E1A9026c81136
Octal16522023632110463102166
Binary1110101100100001001111011010100101001101100100010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75909E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75909E; }

 p { color: rgb(117,144,158); }

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

<style>
 a { background-color: #75909E; }

 a { background-color: rgb(117,144,158); }

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

<style>
 span { border-color: #75909E; }

 span { border-color: rgb(117,144,158); }

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