#75929F

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

Shades of Bermuda Grey #75929F

Tints of Bermuda Grey #75929F

Color information

#75929F (or 0x75929F) is unknown color: approx Bermuda Grey. HEX triplet: 75, 92 and 9F. RGB value is (117,146,159). Sum of RGB (Red+Green+Blue) = 117+146+159=422 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.73% from 422); Green value is 146 (57.42% from 255 or 34.60% from 422); Blue value is 159 (62.5% from 255 or 37.68% from 422); Max value from RGB is 159 - color contains mainly: blue. Hex color #75929F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75929F is #8A6D60. Grayscale: #8A8A8A. Windows color (decimal): -9071969 or 10457717. OLE color: 10457717.

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

Color convert

RGB117146159-
CMYK0.260.0800.38
HSL198.57º17.95%54.12%-
HSV(B)198.57º26.42%62.35%-
XYZ23.8726.8436.72-
YUV138.81139.39112.44-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.73%
GREEN value IS 146 (57.42% from 255) = 34.60%
BLUE value IS 159 (62.5% from 255) = 37.68%
R=27.73%
G=34.60%
B=37.68%

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
Decimal1171461590.260.0800.38198.5717.9554.12
Hex75929F1A8026c71236
Octal16522223732100463072266
Binary1110101100100101001111111010100001001101100011110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75929F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75929F; }

 p { color: rgb(117,146,159); }

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

<style>
 a { background-color: #75929F; }

 a { background-color: rgb(117,146,159); }

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

<style>
 span { border-color: #75929F; }

 span { border-color: rgb(117,146,159); }

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