Html Css Color HEX #547C76 Breaker Bay

📋 copy color: '#547C76'

red 84 ◦ green 124 ◦ blue 118

#547C76
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Breaker Bay #547C76

Tints of Breaker Bay #547C76

RGB

 RED value IS 84 (33.2% from 255) = 25.77%

 GREEN value IS 124 (48.83% from 255) = 38.04%

 BLUE value IS 118 (46.48% from 255) = 36.2%

R = 25.77%
G = 38.04%
B = 36.2%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.05

 K value IS 0.51

RGB Variations

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

Color information

#547C76 (or 0x547C76) is known color: 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

RGB 84 124 118 -
CMYK 0.32 0 0.05 0.51
HSL 171º 0.19% 0.41% -
HSV(B) 171º 0.32% 0.49% -
XYZ 14.13 17.61 19.79 -
YUV 111.36 131.75 108.49 -
System Red Green Blue C M Y K H S L
Decimal 84 124 118 0.32 0 0.05 0.51 171 0.19 0.41
Hex 54 7C 76 20 0 5 33 AB 13 29
Octal 124 174 166 40 0 5 63 253 23 51
Binary 1010100 1111100 1110110 100000 0 101 110011 10101011 10011 101001

Color Harmonies of #547C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547C76

Black with #547C76

Text Example


Text Example

White with #547C76

Text Example


Text Example

HTML Codes & Css Web 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>