Html Css Color HEX #547E76 Breaker Bay

📋 copy color: '#547E76'

red 84 ◦ green 126 ◦ blue 118

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

Shades of Breaker Bay #547E76

Tints of Breaker Bay #547E76

RGB

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

 GREEN value IS 126 (49.61% from 255) = 38.41%

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

R = 25.61%
G = 38.41%
B = 35.98%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.06

 K value IS 0.51

RGB Variations

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

Color information

#547E76 (or 0x547E76) is known color: Breaker Bay. HEX triplet: 54, 7E and 76. RGB value is (84,126,118). Sum of RGB (Red+Green+Blue) = 84+126+118=328 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.61% from 328); Green value is 126 (49.61% from 255 or 38.41% from 328); Blue value is 118 (46.48% from 255 or 35.98% from 328); Max value from RGB is 126 - color contains mainly: green. Hex color #547E76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #547E76 is #AB8189. Grayscale: #707070. Windows color (decimal): -11239818 or 7765588. OLE color: 7765588.

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

Color convert

RGB 84 126 118 -
CMYK 0.33 0 0.06 0.51
HSL 168.57º 0.2% 0.41% -
HSV(B) 168.57º 0.33% 0.49% -
XYZ 14.39 18.11 19.88 -
YUV 112.53 131.09 107.65 -
System Red Green Blue C M Y K H S L
Decimal 84 126 118 0.33 0 0.06 0.51 168.57 0.2 0.41
Hex 54 7E 76 21 0 6 33 A9 14 29
Octal 124 176 166 41 0 6 63 251 24 51
Binary 1010100 1111110 1110110 100001 0 110 110011 10101001 10100 101001

Color Harmonies of #547E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547E76

Black with #547E76

Text Example


Text Example

White with #547E76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #547E76;
 }
 .AnyTagClassName
 {
   color: #547E76;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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