#71909F

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

Shades of Bermuda Grey #71909F

Tints of Bermuda Grey #71909F

Color information

#71909F (or 0x71909F) is unknown color: approx Bermuda Grey. HEX triplet: 71, 90 and 9F. RGB value is (113,144,159). Sum of RGB (Red+Green+Blue) = 113+144+159=416 (55% of max value = 765). Red value is 113 (44.53% from 255 or 27.16% from 416); Green value is 144 (56.64% from 255 or 34.62% from 416); Blue value is 159 (62.5% from 255 or 38.22% from 416); Max value from RGB is 159 - color contains mainly: blue. Hex color #71909F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71909F is #8E6F60. Grayscale: #888888. Windows color (decimal): -9334625 or 10457201. OLE color: 10457201.

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

Color convert

RGB113144159-
CMYK0.290.0900.38
HSL199.57º19.33%53.33%-
HSV(B)199.57º28.93%62.35%-
XYZ23.0425.9636.6-
YUV136.44140.73111.28-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.16%
GREEN value IS 144 (56.64% from 255) = 34.62%
BLUE value IS 159 (62.5% from 255) = 38.22%
R=27.16%
G=34.62%
B=38.22%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1131441590.290.0900.38199.5719.3353.33
Hex71909F1D9026c81335
Octal16122023735110463102365
Binary1110001100100001001111111101100101001101100100010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71909F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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