#758E98

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

Shades of Bermuda Grey #758E98

Tints of Bermuda Grey #758E98

Color information

#758E98 (or 0x758E98) is unknown color: approx Bermuda Grey. HEX triplet: 75, 8E and 98. RGB value is (117,142,152). Sum of RGB (Red+Green+Blue) = 117+142+152=411 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.47% from 411); Green value is 142 (55.86% from 255 or 34.55% from 411); Blue value is 152 (59.77% from 255 or 36.98% from 411); Max value from RGB is 152 - color contains mainly: blue. Hex color #758E98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758E98 is #8A7167. Grayscale: #878787. Windows color (decimal): -9073000 or 9997941. OLE color: 9997941.

HSL color Cylindrical-coordinate representation of color #758E98: hue angle of 197.14º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #758E98 is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB117142152-
CMYK0.230.0700.40
HSL197.14º14.52%52.75%-
HSV(B)197.14º23.03%59.61%-
XYZ22.6825.3933.41-
YUV135.66137.22114.69-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.47%
GREEN value IS 142 (55.86% from 255) = 34.55%
BLUE value IS 152 (59.77% from 255) = 36.98%
R=28.47%
G=34.55%
B=36.98%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1171421520.230.0700.40197.1414.5252.75
Hex758E98177028c5f35
Octal1652162302770503051765
Binary11101011000111010011000101111110101000110001011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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