#748C9C

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

Shades of Bermuda Grey #748C9C

Tints of Bermuda Grey #748C9C

Color information

#748C9C (or 0x748C9C) is unknown color: approx Bermuda Grey. HEX triplet: 74, 8C and 9C. RGB value is (116,140,156). Sum of RGB (Red+Green+Blue) = 116+140+156=412 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.16% from 412); Green value is 140 (55.08% from 255 or 33.98% from 412); Blue value is 156 (61.33% from 255 or 37.86% from 412); Max value from RGB is 156 - color contains mainly: blue. Hex color #748C9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748C9C is #8B7363. Grayscale: #868686. Windows color (decimal): -9139044 or 10259572. OLE color: 10259572.

HSL color Cylindrical-coordinate representation of color #748C9C: hue angle of 204º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #748C9C is Cyan = 0.26, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB116140156-
CMYK0.260.1000.39
HSL204º16.81%53.33%-
HSV(B)204º25.64%61.18%-
XYZ22.5824.8735.06-
YUV134.65140.05114.7-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.16%
GREEN value IS 140 (55.08% from 255) = 33.98%
BLUE value IS 156 (61.33% from 255) = 37.86%
R=28.16%
G=33.98%
B=37.86%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1161401560.260.1000.3920416.8153.33
Hex748C9C1AA027cc1135
Octal16421423432120473142165
Binary1110100100011001001110011010101001001111100110010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748C9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,140,156); }

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

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

 a { background-color: rgb(116,140,156); }

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

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

 span { border-color: rgb(116,140,156); }

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