#547C76

Color #547C76 Breaker Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Breaker Bay #547C76

Tints of Breaker Bay #547C76

Color information

#547C76 (or 0x547C76) is unknown color: approx Breaker Bay. HEX triplet: 54, 7C and 76. RGB value is (84,124,118). Sum of RGB (Red+Green+Blue) = 84+124+118=326 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.77% from 326); Green value is 124 (48.83% from 255 or 38.04% from 326); Blue value is 118 (46.48% from 255 or 36.20% from 326); Max value from RGB is 124 - color contains mainly: green. Hex color #547C76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #547C76 is #AB8389. Grayscale: #6F6F6F. Windows color (decimal): -11240330 or 7765076. OLE color: 7765076.

HSL color Cylindrical-coordinate representation of color #547C76: hue angle of 171º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #547C76 is Cyan = 0.32, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.51.

Color convert

RGB84124118-
CMYK0.3200.050.51
HSL171º19.23%40.78%-
HSV(B)171º32.26%48.63%-
XYZ14.1317.6119.79-
YUV111.36131.75108.49-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.77%
GREEN value IS 124 (48.83% from 255) = 38.04%
BLUE value IS 118 (46.48% from 255) = 36.20%
R=25.77%
G=38.04%
B=36.20%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal841241180.3200.050.5117119.2340.78
Hex547C76200533ab1329
Octal1241741664005632532351
Binary10101001111100111011010000001011100111010101110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #547C76; }

 p { color: rgb(84,124,118); }

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

<style>
 a { background-color: #547C76; }

 a { background-color: rgb(84,124,118); }

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

<style>
 span { border-color: #547C76; }

 span { border-color: rgb(84,124,118); }

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