#75939E

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

Shades of Bermuda Grey #75939E

Tints of Bermuda Grey #75939E

Color information

#75939E (or 0x75939E) is unknown color: approx Bermuda Grey. HEX triplet: 75, 93 and 9E. RGB value is (117,147,158). Sum of RGB (Red+Green+Blue) = 117+147+158=422 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.73% from 422); Green value is 147 (57.81% from 255 or 34.83% from 422); Blue value is 158 (62.11% from 255 or 37.44% from 422); Max value from RGB is 158 - color contains mainly: blue. Hex color #75939E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75939E is #8A6C61. Grayscale: #8B8B8B. Windows color (decimal): -9071714 or 10392437. OLE color: 10392437.

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

Color convert

RGB117147158-
CMYK0.260.0700.38
HSL196.1º17.45%53.92%-
HSV(B)196.1º25.95%61.96%-
XYZ23.9427.1236.32-
YUV139.28138.56112.11-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.73%
GREEN value IS 147 (57.81% from 255) = 34.83%
BLUE value IS 158 (62.11% from 255) = 37.44%
R=27.73%
G=34.83%
B=37.44%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1171471580.260.0700.38196.117.4553.92
Hex75939E1A7026c41136
Octal1652232363270463042166
Binary111010110010011100111101101011101001101100010010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75939E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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