#758E9D

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

Shades of Bermuda Grey #758E9D

Tints of Bermuda Grey #758E9D

Color information

#758E9D (or 0x758E9D) is unknown color: approx Bermuda Grey. HEX triplet: 75, 8E and 9D. RGB value is (117,142,157). Sum of RGB (Red+Green+Blue) = 117+142+157=416 (55% of max value = 765). Red value is 117 (46.09% from 255 or 28.12% from 416); Green value is 142 (55.86% from 255 or 34.13% from 416); Blue value is 157 (61.72% from 255 or 37.74% from 416); Max value from RGB is 157 - color contains mainly: blue. Hex color #758E9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758E9D is #8A7162. Grayscale: #888888. Windows color (decimal): -9072995 or 10325621. OLE color: 10325621.

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

Color convert

RGB117142157-
CMYK0.250.1000.38
HSL202.5º16.95%53.73%-
HSV(B)202.5º25.48%61.57%-
XYZ23.0925.5635.62-
YUV136.23139.72114.28-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.12%
GREEN value IS 142 (55.86% from 255) = 34.13%
BLUE value IS 157 (61.72% from 255) = 37.74%
R=28.12%
G=34.13%
B=37.74%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1171421570.250.1000.38202.516.9553.73
Hex758E9D19A026ca1136
Octal16521623531120463122166
Binary1110101100011101001110111001101001001101100101010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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