#75919E

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

Shades of Bermuda Grey #75919E

Tints of Bermuda Grey #75919E

Color information

#75919E (or 0x75919E) is unknown color: approx Bermuda Grey. HEX triplet: 75, 91 and 9E. RGB value is (117,145,158). Sum of RGB (Red+Green+Blue) = 117+145+158=420 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.86% from 420); Green value is 145 (57.03% from 255 or 34.52% from 420); Blue value is 158 (62.11% from 255 or 37.62% from 420); Max value from RGB is 158 - color contains mainly: blue. Hex color #75919E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75919E is #8A6E61. Grayscale: #8A8A8A. Windows color (decimal): -9072226 or 10391925. OLE color: 10391925.

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

Color convert

RGB117145158-
CMYK0.260.0800.38
HSL199.02º17.45%53.92%-
HSV(B)199.02º25.95%61.96%-
XYZ23.6326.536.22-
YUV138.11139.22112.94-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.86%
GREEN value IS 145 (57.03% from 255) = 34.52%
BLUE value IS 158 (62.11% from 255) = 37.62%
R=27.86%
G=34.52%
B=37.62%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1171451580.260.0800.38199.0217.4553.92
Hex75919E1A8026c71136
Octal16522123632100463072166
Binary1110101100100011001111011010100001001101100011110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75919E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75919E; }

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

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

<style>
 a { background-color: #75919E; }

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

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

<style>
 span { border-color: #75919E; }

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

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