#75939D

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

Shades of Bermuda Grey #75939D

Tints of Bermuda Grey #75939D

Color information

#75939D (or 0x75939D) is unknown color: approx Bermuda Grey. HEX triplet: 75, 93 and 9D. RGB value is (117,147,157). Sum of RGB (Red+Green+Blue) = 117+147+157=421 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.79% from 421); Green value is 147 (57.81% from 255 or 34.92% from 421); Blue value is 157 (61.72% from 255 or 37.29% from 421); Max value from RGB is 157 - color contains mainly: blue. Hex color #75939D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75939D is #8A6C62. Grayscale: #8B8B8B. Windows color (decimal): -9071715 or 10326901. OLE color: 10326901.

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

Color convert

RGB117147157-
CMYK0.250.0600.38
HSL195º16.95%53.73%-
HSV(B)195º25.48%61.57%-
XYZ23.8627.0835.87-
YUV139.17138.06112.19-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.79%
GREEN value IS 147 (57.81% from 255) = 34.92%
BLUE value IS 157 (61.72% from 255) = 37.29%
R=27.79%
G=34.92%
B=37.29%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1171471570.250.0600.3819516.9553.73
Hex75939D196026c31136
Octal1652232353160463032166
Binary111010110010011100111011100111001001101100001110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75939D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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