#71939F

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

Shades of Bermuda Grey #71939F

Tints of Bermuda Grey #71939F

Color information

#71939F (or 0x71939F) is unknown color: approx Bermuda Grey. HEX triplet: 71, 93 and 9F. RGB value is (113,147,159). Sum of RGB (Red+Green+Blue) = 113+147+159=419 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.97% from 419); Green value is 147 (57.81% from 255 or 35.08% from 419); Blue value is 159 (62.5% from 255 or 37.95% from 419); Max value from RGB is 159 - color contains mainly: blue. Hex color #71939F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71939F is #8E6C60. Grayscale: #8A8A8A. Windows color (decimal): -9333857 or 10457969. OLE color: 10457969.

HSL color Cylindrical-coordinate representation of color #71939F: hue angle of 195.65º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #71939F is Cyan = 0.29, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB113147159-
CMYK0.290.0800.38
HSL195.65º19.33%53.33%-
HSV(B)195.65º28.93%62.35%-
XYZ23.526.8836.75-
YUV138.2139.74110.02-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.97%
GREEN value IS 147 (57.81% from 255) = 35.08%
BLUE value IS 159 (62.5% from 255) = 37.95%
R=26.97%
G=35.08%
B=37.95%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1131471590.290.0800.38195.6519.3353.33
Hex71939F1D8026c41335
Octal16122323735100463042365
Binary1110001100100111001111111101100001001101100010010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71939F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,147,159); }

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

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

 a { background-color: rgb(113,147,159); }

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

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

 span { border-color: rgb(113,147,159); }

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