Html Css Color HEX #477D77 Breaker Bay

📋 copy color: '#477D77'

red 71 ◦ green 125 ◦ blue 119

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

Shades of Breaker Bay #477D77

Tints of Breaker Bay #477D77

RGB

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

 GREEN value IS 125 (49.22% from 255) = 39.68%

 BLUE value IS 119 (46.88% from 255) = 37.78%

R = 22.54%
G = 39.68%
B = 37.78%

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

#477D77 (or 0x477D77) is known color: Breaker Bay. HEX triplet: 47, 7D and 77. RGB value is (71,125,119). Sum of RGB (Red+Green+Blue) = 71+125+119=315 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.54% from 315); Green value is 125 (49.22% from 255 or 39.68% from 315); Blue value is 119 (46.88% from 255 or 37.78% from 315); Max value from RGB is 125 - color contains mainly: green. Hex color #477D77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477D77 is #B88288. Grayscale: #6C6C6C. Windows color (decimal): -12092041 or 7830855. OLE color: 7830855.

HSL color Cylindrical-coordinate representation of color #477D77: hue angle of 173.33º degrees, saturation: 0.28, 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 #477D77 is Cyan = 0.43, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.51.

Color convert

RGB 71 125 119 -
CMYK 0.43 0 0.05 0.51
HSL 173.33º 0.28% 0.38% -
HSV(B) 173.33º 0.43% 0.49% -
XYZ 13.26 17.34 20.1 -
YUV 108.17 134.11 101.49 -
System Red Green Blue C M Y K H S L
Decimal 71 125 119 0.43 0 0.05 0.51 173.33 0.28 0.38
Hex 47 7D 77 2B 0 5 33 AD 1C 26
Octal 107 175 167 53 0 5 63 255 34 46
Binary 1000111 1111101 1110111 101011 0 101 110011 10101101 11100 100110

Color Harmonies of #477D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477D77

Black with #477D77

Text Example


Text Example

White with #477D77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,125,119); }

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

background-color css

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

 a { background-color: rgb(71,125,119); }

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

border-color css

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

 span { border-color: rgb(71,125,119); }

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