Html Css Color HEX #477A77 Breaker Bay

📋 copy color: '#477A77'

red 71 ◦ green 122 ◦ blue 119

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

Shades of Breaker Bay #477A77

Tints of Breaker Bay #477A77

RGB

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

 GREEN value IS 122 (48.05% from 255) = 39.1%

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

R = 22.76%
G = 39.1%
B = 38.14%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.02

 K value IS 0.52

RGB Variations

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

Color information

#477A77 (or 0x477A77) is known color: Breaker Bay. HEX triplet: 47, 7A and 77. RGB value is (71,122,119). Sum of RGB (Red+Green+Blue) = 71+122+119=312 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.76% from 312); Green value is 122 (48.05% from 255 or 39.10% from 312); Blue value is 119 (46.88% from 255 or 38.14% from 312); Max value from RGB is 122 - color contains mainly: green. Hex color #477A77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477A77 is #B88588. Grayscale: #6A6A6A. Windows color (decimal): -12092809 or 7830087. OLE color: 7830087.

HSL color Cylindrical-coordinate representation of color #477A77: hue angle of 176.47º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #477A77 is Cyan = 0.42, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.52.

Color convert

RGB 71 122 119 -
CMYK 0.42 0 0.02 0.52
HSL 176.47º 0.26% 0.38% -
HSV(B) 176.47º 0.42% 0.48% -
XYZ 12.89 16.59 19.98 -
YUV 106.41 135.1 102.74 -
System Red Green Blue C M Y K H S L
Decimal 71 122 119 0.42 0 0.02 0.52 176.47 0.26 0.38
Hex 47 7A 77 2A 0 2 34 B0 1A 26
Octal 107 172 167 52 0 2 64 260 32 46
Binary 1000111 1111010 1110111 101010 0 10 110100 10110000 11010 100110

Color Harmonies of #477A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477A77

Black with #477A77

Text Example


Text Example

White with #477A77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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