Html Css Color HEX #477B77 Breaker Bay

📋 copy color: '#477B77'

red 71 ◦ green 123 ◦ blue 119

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

Shades of Breaker Bay #477B77

Tints of Breaker Bay #477B77

RGB

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

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

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

R = 22.68%
G = 39.3%
B = 38.02%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.03

 K value IS 0.52

RGB Variations

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

Color information

#477B77 (or 0x477B77) is known color: Breaker Bay. HEX triplet: 47, 7B and 77. RGB value is (71,123,119). Sum of RGB (Red+Green+Blue) = 71+123+119=313 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.68% from 313); Green value is 123 (48.44% from 255 or 39.30% from 313); Blue value is 119 (46.88% from 255 or 38.02% from 313); Max value from RGB is 123 - color contains mainly: green. Hex color #477B77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477B77 is #B88488. Grayscale: #6A6A6A. Windows color (decimal): -12092553 or 7830343. OLE color: 7830343.

HSL color Cylindrical-coordinate representation of color #477B77: hue angle of 175.38º degrees, saturation: 0.27, 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 #477B77 is Cyan = 0.42, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.52.

Color convert

RGB 71 123 119 -
CMYK 0.42 0 0.03 0.52
HSL 175.38º 0.27% 0.38% -
HSV(B) 175.38º 0.42% 0.48% -
XYZ 13.01 16.84 20.02 -
YUV 107 134.77 102.33 -
System Red Green Blue C M Y K H S L
Decimal 71 123 119 0.42 0 0.03 0.52 175.38 0.27 0.38
Hex 47 7B 77 2A 0 3 34 AF 1B 26
Octal 107 173 167 52 0 3 64 257 33 46
Binary 1000111 1111011 1110111 101010 0 11 110100 10101111 11011 100110

Color Harmonies of #477B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477B77

Black with #477B77

Text Example


Text Example

White with #477B77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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