#738E9E

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

Shades of Bermuda Grey #738E9E

Tints of Bermuda Grey #738E9E

Color information

#738E9E (or 0x738E9E) is unknown color: approx Bermuda Grey. HEX triplet: 73, 8E and 9E. RGB value is (115,142,158). Sum of RGB (Red+Green+Blue) = 115+142+158=415 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.71% from 415); Green value is 142 (55.86% from 255 or 34.22% 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 #738E9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738E9E is #8C7161. Grayscale: #878787. Windows color (decimal): -9204066 or 10391155. OLE color: 10391155.

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

Color convert

RGB115142158-
CMYK0.270.1000.38
HSL202.33º18.14%53.53%-
HSV(B)202.33º27.22%61.96%-
XYZ22.9125.4636.05-
YUV135.75140.55113.2-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.71%
GREEN value IS 142 (55.86% from 255) = 34.22%
BLUE value IS 158 (62.11% from 255) = 38.07%
R=27.71%
G=34.22%
B=38.07%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1151421580.270.1000.38202.3318.1453.53
Hex738E9E1BA026ca1236
Octal16321623633120463122266
Binary1110011100011101001111011011101001001101100101010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,142,158); }

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

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

 a { background-color: rgb(115,142,158); }

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

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

 span { border-color: rgb(115,142,158); }

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