#758E9B

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

Shades of Bermuda Grey #758E9B

Tints of Bermuda Grey #758E9B

Color information

#758E9B (or 0x758E9B) is unknown color: approx Bermuda Grey. HEX triplet: 75, 8E and 9B. RGB value is (117,142,155). Sum of RGB (Red+Green+Blue) = 117+142+155=414 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.26% from 414); Green value is 142 (55.86% from 255 or 34.30% from 414); Blue value is 155 (60.94% from 255 or 37.44% from 414); Max value from RGB is 155 - color contains mainly: blue. Hex color #758E9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758E9B is #8A7164. Grayscale: #878787. Windows color (decimal): -9072997 or 10194549. OLE color: 10194549.

HSL color Cylindrical-coordinate representation of color #758E9B: hue angle of 200.53º 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 #758E9B is Cyan = 0.25, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB117142155-
CMYK0.250.0800.39
HSL200.53º15.97%53.33%-
HSV(B)200.53º24.52%60.78%-
XYZ22.9325.4934.72-
YUV136.01138.72114.44-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.26%
GREEN value IS 142 (55.86% from 255) = 34.30%
BLUE value IS 155 (60.94% from 255) = 37.44%
R=28.26%
G=34.30%
B=37.44%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1171421550.250.0800.39200.5315.9753.33
Hex758E9B198027c91035
Octal16521623331100473112065
Binary1110101100011101001101111001100001001111100100110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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