#738DA0

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

Shades of Bermuda Grey #738DA0

Tints of Bermuda Grey #738DA0

Color information

#738DA0 (or 0x738DA0) is unknown color: approx Bermuda Grey. HEX triplet: 73, 8D and A0. RGB value is (115,141,160). Sum of RGB (Red+Green+Blue) = 115+141+160=416 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.64% from 416); Green value is 141 (55.47% from 255 or 33.89% from 416); Blue value is 160 (62.89% from 255 or 38.46% from 416); Max value from RGB is 160 - color contains mainly: blue. Hex color #738DA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738DA0 is #8C725F. Grayscale: #878787. Windows color (decimal): -9204320 or 10521971. OLE color: 10521971.

HSL color Cylindrical-coordinate representation of color #738DA0: hue angle of 205.33º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #738DA0 is Cyan = 0.28, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB115141160-
CMYK0.280.1200.37
HSL205.33º19.15%53.92%-
HSV(B)205.33º28.12%62.75%-
XYZ22.9425.2336.92-
YUV135.39141.89113.46-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.64%
GREEN value IS 141 (55.47% from 255) = 33.89%
BLUE value IS 160 (62.89% from 255) = 38.46%
R=27.64%
G=33.89%
B=38.46%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1151411600.280.1200.37205.3319.1553.92
Hex738DA01CC025cd1336
Octal16321524034140453152366
Binary1110011100011011010000011100110001001011100110110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738DA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #738DA0; }

 p { color: rgb(115,141,160); }

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

<style>
 a { background-color: #738DA0; }

 a { background-color: rgb(115,141,160); }

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

<style>
 span { border-color: #738DA0; }

 span { border-color: rgb(115,141,160); }

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