#71929E

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

Shades of Bermuda Grey #71929E

Tints of Bermuda Grey #71929E

Color information

#71929E (or 0x71929E) is unknown color: approx Bermuda Grey. HEX triplet: 71, 92 and 9E. RGB value is (113,146,158). Sum of RGB (Red+Green+Blue) = 113+146+158=417 (55% of max value = 765). Red value is 113 (44.53% from 255 or 27.10% from 417); Green value is 146 (57.42% from 255 or 35.01% from 417); Blue value is 158 (62.11% from 255 or 37.89% from 417); Max value from RGB is 158 - color contains mainly: blue. Hex color #71929E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71929E is #8E6D61. Grayscale: #898989. Windows color (decimal): -9334114 or 10392177. OLE color: 10392177.

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

Color convert

RGB113146158-
CMYK0.280.0800.38
HSL196º18.83%53.14%-
HSV(B)196º28.48%61.96%-
XYZ23.2626.5436.24-
YUV137.5139.57110.52-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.10%
GREEN value IS 146 (57.42% from 255) = 35.01%
BLUE value IS 158 (62.11% from 255) = 37.89%
R=27.10%
G=35.01%
B=37.89%

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
Decimal1131461580.280.0800.3819618.8353.14
Hex71929E1C8026c41335
Octal16122223634100463042365
Binary1110001100100101001111011100100001001101100010010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71929E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71929E; }

 p { color: rgb(113,146,158); }

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

<style>
 a { background-color: #71929E; }

 a { background-color: rgb(113,146,158); }

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

<style>
 span { border-color: #71929E; }

 span { border-color: rgb(113,146,158); }

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