#758FA0

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

Shades of Bermuda Grey #758FA0

Tints of Bermuda Grey #758FA0

Color information

#758FA0 (or 0x758FA0) is unknown color: approx Bermuda Grey. HEX triplet: 75, 8F and A0. RGB value is (117,143,160). Sum of RGB (Red+Green+Blue) = 117+143+160=420 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.86% from 420); Green value is 143 (56.25% from 255 or 34.05% from 420); Blue value is 160 (62.89% from 255 or 38.10% from 420); Max value from RGB is 160 - color contains mainly: blue. Hex color #758FA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758FA0 is #8A705F. Grayscale: #898989. Windows color (decimal): -9072736 or 10522485. OLE color: 10522485.

HSL color Cylindrical-coordinate representation of color #758FA0: hue angle of 203.72º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #758FA0 is Cyan = 0.27, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB117143160-
CMYK0.270.1100.37
HSL203.72º18.45%54.31%-
HSV(B)203.72º26.88%62.75%-
XYZ23.525.9637.03-
YUV137.16140.89113.62-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.86%
GREEN value IS 143 (56.25% from 255) = 34.05%
BLUE value IS 160 (62.89% from 255) = 38.10%
R=27.86%
G=34.05%
B=38.10%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1171431600.270.1100.37203.7218.4554.31
Hex758FA01BB025cc1236
Octal16521724033130453142266
Binary1110101100011111010000011011101101001011100110010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758FA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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