#748DA7

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

Shades of Bermuda Grey #748DA7

Tints of Bermuda Grey #748DA7

Color information

#748DA7 (or 0x748DA7) is unknown color: approx Bermuda Grey. HEX triplet: 74, 8D and A7. RGB value is (116,141,167). Sum of RGB (Red+Green+Blue) = 116+141+167=424 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.36% from 424); Green value is 141 (55.47% from 255 or 33.25% from 424); Blue value is 167 (65.62% from 255 or 39.39% from 424); Max value from RGB is 167 - color contains mainly: blue. Hex color #748DA7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748DA7 is #8B7258. Grayscale: #888888. Windows color (decimal): -9138777 or 10980724. OLE color: 10980724.

HSL color Cylindrical-coordinate representation of color #748DA7: hue angle of 210.59º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #748DA7 is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB116141167-
CMYK0.310.1600.35
HSL210.59º22.47%55.49%-
HSV(B)210.59º30.54%65.49%-
XYZ23.725.5540.24-
YUV136.49145.22113.39-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.36%
GREEN value IS 141 (55.47% from 255) = 33.25%
BLUE value IS 167 (65.62% from 255) = 39.39%
R=27.36%
G=33.25%
B=39.39%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1161411670.310.1600.35210.5922.4755.49
Hex748DA71F10023d31637
Octal16421524737200433232667
Binary11101001000110110100111111111000001000111101001110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748DA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748DA7; }

 p { color: rgb(116,141,167); }

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

<style>
 a { background-color: #748DA7; }

 a { background-color: rgb(116,141,167); }

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

<style>
 span { border-color: #748DA7; }

 span { border-color: rgb(116,141,167); }

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