#758FA8

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

Shades of Bermuda Grey #758FA8

Tints of Bermuda Grey #758FA8

Color information

#758FA8 (or 0x758FA8) is unknown color: approx Bermuda Grey. HEX triplet: 75, 8F and A8. RGB value is (117,143,168). Sum of RGB (Red+Green+Blue) = 117+143+168=428 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.34% from 428); Green value is 143 (56.25% from 255 or 33.41% from 428); Blue value is 168 (66.02% from 255 or 39.25% from 428); Max value from RGB is 168 - color contains mainly: blue. Hex color #758FA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758FA8 is #8A7057. Grayscale: #898989. Windows color (decimal): -9072728 or 11046773. OLE color: 11046773.

HSL color Cylindrical-coordinate representation of color #758FA8: hue angle of 209.41º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #758FA8 is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB117143168-
CMYK0.300.1500.34
HSL209.41º22.67%55.88%-
HSV(B)209.41º30.36%65.88%-
XYZ24.2326.2540.84-
YUV138.08144.89112.97-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.34%
GREEN value IS 143 (56.25% from 255) = 33.41%
BLUE value IS 168 (66.02% from 255) = 39.25%
R=27.34%
G=33.41%
B=39.25%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1171431680.300.1500.34209.4122.6755.88
Hex758FA81EF022d11738
Octal16521725036170423212770
Binary1110101100011111010100011110111101000101101000110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758FA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,143,168); }

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

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

 a { background-color: rgb(117,143,168); }

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

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

 span { border-color: rgb(117,143,168); }

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