Html Css Color HEX #547976 Breaker Bay

📋 copy color: '#547976'

red 84 ◦ green 121 ◦ blue 118

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

Shades of Breaker Bay #547976

Tints of Breaker Bay #547976

RGB

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

 GREEN value IS 121 (47.66% from 255) = 37.46%

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

R = 26.01%
G = 37.46%
B = 36.53%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.02

 K value IS 0.53

RGB Variations

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

Color information

#547976 (or 0x547976) is known color: Breaker Bay. HEX triplet: 54, 79 and 76. RGB value is (84,121,118). Sum of RGB (Red+Green+Blue) = 84+121+118=323 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.01% from 323); Green value is 121 (47.66% from 255 or 37.46% from 323); Blue value is 118 (46.48% from 255 or 36.53% from 323); Max value from RGB is 121 - color contains mainly: green. Hex color #547976 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #547976 is #AB8689. Grayscale: #6D6D6D. Windows color (decimal): -11241098 or 7764308. OLE color: 7764308.

HSL color Cylindrical-coordinate representation of color #547976: hue angle of 175.14º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #547976 is Cyan = 0.31, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB 84 121 118 -
CMYK 0.31 0 0.02 0.53
HSL 175.14º 0.18% 0.4% -
HSV(B) 175.14º 0.31% 0.47% -
XYZ 13.76 16.87 19.67 -
YUV 109.6 132.74 109.74 -
System Red Green Blue C M Y K H S L
Decimal 84 121 118 0.31 0 0.02 0.53 175.14 0.18 0.4
Hex 54 79 76 1F 0 2 35 AF 12 28
Octal 124 171 166 37 0 2 65 257 22 50
Binary 1010100 1111001 1110110 11111 0 10 110101 10101111 10010 101000

Color Harmonies of #547976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547976

Black with #547976

Text Example


Text Example

White with #547976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #547976; }

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

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

background-color css

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

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

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

border-color css

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

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

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