#4C7E77

Color #4C7E77 Breaker Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Breaker Bay #4C7E77

Tints of Breaker Bay #4C7E77

Color information

#4C7E77 (or 0x4C7E77) is unknown color: approx Breaker Bay. HEX triplet: 4C, 7E and 77. RGB value is (76,126,119). Sum of RGB (Red+Green+Blue) = 76+126+119=321 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.68% from 321); Green value is 126 (49.61% from 255 or 39.25% from 321); Blue value is 119 (46.88% from 255 or 37.07% from 321); Max value from RGB is 126 - color contains mainly: green. Hex color #4C7E77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C7E77 is #B38188. Grayscale: #6E6E6E. Windows color (decimal): -11764105 or 7831116. OLE color: 7831116.

HSL color Cylindrical-coordinate representation of color #4C7E77: hue angle of 171.6º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4C7E77 is Cyan = 0.40, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.51.

Color convert

RGB76126119-
CMYK0.4000.060.51
HSL171.6º24.75%39.61%-
HSV(B)171.6º39.68%49.41%-
XYZ13.7717.7920.16-
YUV110.25132.94103.57-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 23.68%
GREEN value IS 126 (49.61% from 255) = 39.25%
BLUE value IS 119 (46.88% from 255) = 37.07%
R=23.68%
G=39.25%
B=37.07%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal761261190.4000.060.51171.624.7539.61
Hex4C7E77280633ac1928
Octal1141761675006632543150
Binary10011001111110111011110100001101100111010110011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C7E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4C7E77; }

 p { color: rgb(76,126,119); }

 H1.HeaderClassName
 {
   color: #4C7E77;
 }
 .AnyTagClassName
 {
   color: #4C7E77;
 }
</style>
background-color css

<style>
 a { background-color: #4C7E77; }

 a { background-color: rgb(76,126,119); }

 div.DivClassName
 {
   background-color: #4C7E77;
 }
 .BgClassName
 {
   background-color: #4C7E77;
 }
</style>
border-color css

<style>
 span { border-color: #4C7E77; }

 span { border-color: rgb(76,126,119); }

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