Html Css Color HEX #477C76 Breaker Bay

📋 copy color: '#477C76'

red 71 ◦ green 124 ◦ blue 118

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

Shades of Breaker Bay #477C76

Tints of Breaker Bay #477C76

RGB

 RED value IS 71 (28.13% from 255) = 22.68%

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

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

R = 22.68%
G = 39.62%
B = 37.7%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.05

 K value IS 0.51

RGB Variations

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

Color information

#477C76 (or 0x477C76) is known color: Breaker Bay. HEX triplet: 47, 7C and 76. RGB value is (71,124,118). Sum of RGB (Red+Green+Blue) = 71+124+118=313 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.68% from 313); Green value is 124 (48.83% from 255 or 39.62% from 313); Blue value is 118 (46.48% from 255 or 37.70% from 313); Max value from RGB is 124 - color contains mainly: green. Hex color #477C76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477C76 is #B88389. Grayscale: #6B6B6B. Windows color (decimal): -12092298 or 7765063. OLE color: 7765063.

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

Color convert

RGB 71 124 118 -
CMYK 0.43 0 0.05 0.51
HSL 173.21º 0.27% 0.38% -
HSV(B) 173.21º 0.43% 0.49% -
XYZ 13.08 17.06 19.74 -
YUV 107.47 133.94 101.99 -
System Red Green Blue C M Y K H S L
Decimal 71 124 118 0.43 0 0.05 0.51 173.21 0.27 0.38
Hex 47 7C 76 2B 0 5 33 AD 1B 26
Octal 107 174 166 53 0 5 63 255 33 46
Binary 1000111 1111100 1110110 101011 0 101 110011 10101101 11011 100110

Color Harmonies of #477C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477C76

Black with #477C76

Text Example


Text Example

White with #477C76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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