#758B9B

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

Shades of Bermuda Grey #758B9B

Tints of Bermuda Grey #758B9B

Color information

#758B9B (or 0x758B9B) is unknown color: approx Bermuda Grey. HEX triplet: 75, 8B and 9B. RGB value is (117,139,155). Sum of RGB (Red+Green+Blue) = 117+139+155=411 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.47% from 411); Green value is 139 (54.69% from 255 or 33.82% from 411); Blue value is 155 (60.94% from 255 or 37.71% from 411); Max value from RGB is 155 - color contains mainly: blue. Hex color #758B9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758B9B is #8A7464. Grayscale: #868686. Windows color (decimal): -9073765 or 10193781. OLE color: 10193781.

HSL color Cylindrical-coordinate representation of color #758B9B: hue angle of 205.26º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #758B9B is Cyan = 0.25, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB117139155-
CMYK0.250.1000.39
HSL205.26º15.97%53.33%-
HSV(B)205.26º24.52%60.78%-
XYZ22.4924.6134.58-
YUV134.25139.71115.7-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.47%
GREEN value IS 139 (54.69% from 255) = 33.82%
BLUE value IS 155 (60.94% from 255) = 37.71%
R=28.47%
G=33.82%
B=37.71%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1171391550.250.1000.39205.2615.9753.33
Hex758B9B19A027cd1035
Octal16521323331120473152065
Binary1110101100010111001101111001101001001111100110110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758B9B; }

 p { color: rgb(117,139,155); }

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

<style>
 a { background-color: #758B9B; }

 a { background-color: rgb(117,139,155); }

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

<style>
 span { border-color: #758B9B; }

 span { border-color: rgb(117,139,155); }

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