Html Css Color HEX #547B76 Breaker Bay

📋 copy color: '#547B76'

red 84 ◦ green 123 ◦ blue 118

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

Shades of Breaker Bay #547B76

Tints of Breaker Bay #547B76

RGB

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

 GREEN value IS 123 (48.44% from 255) = 37.85%

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

R = 25.85%
G = 37.85%
B = 36.31%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.04

 K value IS 0.52

RGB Variations

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

Color information

#547B76 (or 0x547B76) is known color: Breaker Bay. HEX triplet: 54, 7B and 76. RGB value is (84,123,118). Sum of RGB (Red+Green+Blue) = 84+123+118=325 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.85% from 325); Green value is 123 (48.44% from 255 or 37.85% from 325); Blue value is 118 (46.48% from 255 or 36.31% from 325); Max value from RGB is 123 - color contains mainly: green. Hex color #547B76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #547B76 is #AB8489. Grayscale: #6E6E6E. Windows color (decimal): -11240586 or 7764820. OLE color: 7764820.

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

Color convert

RGB 84 123 118 -
CMYK 0.32 0 0.04 0.52
HSL 172.31º 0.19% 0.41% -
HSV(B) 172.31º 0.32% 0.48% -
XYZ 14.01 17.36 19.75 -
YUV 110.77 132.08 108.91 -
System Red Green Blue C M Y K H S L
Decimal 84 123 118 0.32 0 0.04 0.52 172.31 0.19 0.41
Hex 54 7B 76 20 0 4 34 AC 13 29
Octal 124 173 166 40 0 4 64 254 23 51
Binary 1010100 1111011 1110110 100000 0 100 110100 10101100 10011 101001

Color Harmonies of #547B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547B76

Black with #547B76

Text Example


Text Example

White with #547B76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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