#758C9E

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

Shades of Bermuda Grey #758C9E

Tints of Bermuda Grey #758C9E

Color information

#758C9E (or 0x758C9E) is unknown color: approx Bermuda Grey. HEX triplet: 75, 8C and 9E. RGB value is (117,140,158). Sum of RGB (Red+Green+Blue) = 117+140+158=415 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.19% from 415); Green value is 140 (55.08% from 255 or 33.73% from 415); Blue value is 158 (62.11% from 255 or 38.07% from 415); Max value from RGB is 158 - color contains mainly: blue. Hex color #758C9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758C9E is #8A7361. Grayscale: #878787. Windows color (decimal): -9073506 or 10390645. OLE color: 10390645.

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

Color convert

RGB117140158-
CMYK0.260.1100.38
HSL206.34º17.45%53.92%-
HSV(B)206.34º25.95%61.96%-
XYZ22.8925.0135.97-
YUV135.17140.88115.04-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.19%
GREEN value IS 140 (55.08% from 255) = 33.73%
BLUE value IS 158 (62.11% from 255) = 38.07%
R=28.19%
G=33.73%
B=38.07%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1171401580.260.1100.38206.3417.4553.92
Hex758C9E1AB026ce1136
Octal16521423632130463162166
Binary1110101100011001001111011010101101001101100111010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758C9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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