#748FA5

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

Shades of Bermuda Grey #748FA5

Tints of Bermuda Grey #748FA5

Color information

#748FA5 (or 0x748FA5) is unknown color: approx Bermuda Grey. HEX triplet: 74, 8F and A5. RGB value is (116,143,165). Sum of RGB (Red+Green+Blue) = 116+143+165=424 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.36% from 424); Green value is 143 (56.25% from 255 or 33.73% from 424); Blue value is 165 (64.84% from 255 or 38.92% from 424); Max value from RGB is 165 - color contains mainly: blue. Hex color #748FA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748FA5 is #8B705A. Grayscale: #898989. Windows color (decimal): -9138267 or 10850164. OLE color: 10850164.

HSL color Cylindrical-coordinate representation of color #748FA5: hue angle of 206.94º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #748FA5 is Cyan = 0.30, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB116143165-
CMYK0.300.1300.35
HSL206.94º21.4%55.1%-
HSV(B)206.94º29.7%64.71%-
XYZ23.8226.0739.37-
YUV137.44143.55112.71-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.36%
GREEN value IS 143 (56.25% from 255) = 33.73%
BLUE value IS 165 (64.84% from 255) = 38.92%
R=27.36%
G=33.73%
B=38.92%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1161431650.300.1300.35206.9421.455.1
Hex748FA51ED023cf1537
Octal16421724536150433172567
Binary1110100100011111010010111110110101000111100111110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,143,165); }

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

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

 a { background-color: rgb(116,143,165); }

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

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

 span { border-color: rgb(116,143,165); }

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