#71909D

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

Shades of Bermuda Grey #71909D

Tints of Bermuda Grey #71909D

Color information

#71909D (or 0x71909D) is unknown color: approx Bermuda Grey. HEX triplet: 71, 90 and 9D. RGB value is (113,144,157). Sum of RGB (Red+Green+Blue) = 113+144+157=414 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.29% from 414); Green value is 144 (56.64% from 255 or 34.78% from 414); Blue value is 157 (61.72% from 255 or 37.92% from 414); Max value from RGB is 157 - color contains mainly: blue. Hex color #71909D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71909D is #8E6F62. Grayscale: #888888. Windows color (decimal): -9334627 or 10326129. OLE color: 10326129.

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

Color convert

RGB113144157-
CMYK0.280.0800.38
HSL197.73º18.33%52.94%-
HSV(B)197.73º28.03%61.57%-
XYZ22.8725.8935.69-
YUV136.21139.73111.44-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.29%
GREEN value IS 144 (56.64% from 255) = 34.78%
BLUE value IS 157 (61.72% from 255) = 37.92%
R=27.29%
G=34.78%
B=37.92%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1131441570.280.0800.38197.7318.3352.94
Hex71909D1C8026c61235
Octal16122023534100463062265
Binary1110001100100001001110111100100001001101100011010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71909D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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