#758DA3

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

Shades of Bermuda Grey #758DA3

Tints of Bermuda Grey #758DA3

Color information

#758DA3 (or 0x758DA3) is unknown color: approx Bermuda Grey. HEX triplet: 75, 8D and A3. RGB value is (117,141,163). Sum of RGB (Red+Green+Blue) = 117+141+163=421 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.79% from 421); Green value is 141 (55.47% from 255 or 33.49% from 421); Blue value is 163 (64.06% from 255 or 38.72% from 421); Max value from RGB is 163 - color contains mainly: blue. Hex color #758DA3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758DA3 is #8A725C. Grayscale: #888888. Windows color (decimal): -9073245 or 10718581. OLE color: 10718581.

HSL color Cylindrical-coordinate representation of color #758DA3: hue angle of 208.7º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #758DA3 is Cyan = 0.28, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB117141163-
CMYK0.280.1300.36
HSL208.7º20%54.9%-
HSV(B)208.7º28.22%63.92%-
XYZ23.4725.4838.33-
YUV136.33143.05114.21-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.79%
GREEN value IS 141 (55.47% from 255) = 33.49%
BLUE value IS 163 (64.06% from 255) = 38.72%
R=27.79%
G=33.49%
B=38.72%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1171411630.280.1300.36208.72054.9
Hex758DA31CD024d11437
Octal16521524334150443212467
Binary1110101100011011010001111100110101001001101000110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758DA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,141,163); }

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

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

 a { background-color: rgb(117,141,163); }

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

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

 span { border-color: rgb(117,141,163); }

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