#71939D

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

Shades of Bermuda Grey #71939D

Tints of Bermuda Grey #71939D

Color information

#71939D (or 0x71939D) is unknown color: approx Bermuda Grey. HEX triplet: 71, 93 and 9D. RGB value is (113,147,157). Sum of RGB (Red+Green+Blue) = 113+147+157=417 (55% of max value = 765). Red value is 113 (44.53% from 255 or 27.10% from 417); Green value is 147 (57.81% from 255 or 35.25% from 417); Blue value is 157 (61.72% from 255 or 37.65% from 417); Max value from RGB is 157 - color contains mainly: blue. Hex color #71939D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71939D is #8E6C62. Grayscale: #898989. Windows color (decimal): -9333859 or 10326897. OLE color: 10326897.

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

Color convert

RGB113147157-
CMYK0.280.0600.38
HSL193.64º18.33%52.94%-
HSV(B)193.64º28.03%61.57%-
XYZ23.3326.8135.84-
YUV137.97138.74110.19-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.10%
GREEN value IS 147 (57.81% from 255) = 35.25%
BLUE value IS 157 (61.72% from 255) = 37.65%
R=27.10%
G=35.25%
B=37.65%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1131471570.280.0600.38193.6418.3352.94
Hex71939D1C6026c21235
Octal1612232353460463022265
Binary111000110010011100111011110011001001101100001010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71939D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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