#738C9D

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

Shades of Bermuda Grey #738C9D

Tints of Bermuda Grey #738C9D

Color information

#738C9D (or 0x738C9D) is unknown color: approx Bermuda Grey. HEX triplet: 73, 8C and 9D. RGB value is (115,140,157). Sum of RGB (Red+Green+Blue) = 115+140+157=412 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.91% from 412); Green value is 140 (55.08% from 255 or 33.98% from 412); Blue value is 157 (61.72% from 255 or 38.11% from 412); Max value from RGB is 157 - color contains mainly: blue. Hex color #738C9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738C9D is #8C7362. Grayscale: #868686. Windows color (decimal): -9204579 or 10325107. OLE color: 10325107.

HSL color Cylindrical-coordinate representation of color #738C9D: hue angle of 204.29º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #738C9D is Cyan = 0.27, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB115140157-
CMYK0.270.1100.38
HSL204.29º17.65%53.33%-
HSV(B)204.29º26.75%61.57%-
XYZ22.5324.8435.5-
YUV134.46140.72114.12-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.91%
GREEN value IS 140 (55.08% from 255) = 33.98%
BLUE value IS 157 (61.72% from 255) = 38.11%
R=27.91%
G=33.98%
B=38.11%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1151401570.270.1100.38204.2917.6553.33
Hex738C9D1BB026cc1235
Octal16321423533130463142265
Binary1110011100011001001110111011101101001101100110010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,140,157); }

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

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

 a { background-color: rgb(115,140,157); }

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

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

 span { border-color: rgb(115,140,157); }

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