#728F9E

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

Shades of Bermuda Grey #728F9E

Tints of Bermuda Grey #728F9E

Color information

#728F9E (or 0x728F9E) is unknown color: approx Bermuda Grey. HEX triplet: 72, 8F and 9E. RGB value is (114,143,158). Sum of RGB (Red+Green+Blue) = 114+143+158=415 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.47% from 415); Green value is 143 (56.25% from 255 or 34.46% from 415); Blue value is 158 (62.11% from 255 or 38.07% from 415); Max value from RGB is 158 - color contains mainly: blue. Hex color #728F9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728F9E is #8D7061. Grayscale: #878787. Windows color (decimal): -9269346 or 10391410. OLE color: 10391410.

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

Color convert

RGB114143158-
CMYK0.280.0900.38
HSL200.45º18.49%53.33%-
HSV(B)200.45º27.85%61.96%-
XYZ22.9325.6936.1-
YUV136.04140.39112.28-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.47%
GREEN value IS 143 (56.25% from 255) = 34.46%
BLUE value IS 158 (62.11% from 255) = 38.07%
R=27.47%
G=34.46%
B=38.07%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1141431580.280.0900.38200.4518.4953.33
Hex728F9E1C9026c81235
Octal16221723634110463102265
Binary1110010100011111001111011100100101001101100100010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728F9E; }

 p { color: rgb(114,143,158); }

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

<style>
 a { background-color: #728F9E; }

 a { background-color: rgb(114,143,158); }

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

<style>
 span { border-color: #728F9E; }

 span { border-color: rgb(114,143,158); }

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