#4D7F78

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

Shades of Breaker Bay #4D7F78

Tints of Breaker Bay #4D7F78

Color information

#4D7F78 (or 0x4D7F78) is unknown color: approx Breaker Bay. HEX triplet: 4D, 7F and 78. RGB value is (77,127,120). Sum of RGB (Red+Green+Blue) = 77+127+120=324 (42% of max value = 765). Red value is 77 (30.47% from 255 or 23.77% from 324); Green value is 127 (50% from 255 or 39.20% from 324); Blue value is 120 (47.27% from 255 or 37.04% from 324); Max value from RGB is 127 - color contains mainly: green. Hex color #4D7F78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D7F78 is #B28087. Grayscale: #6F6F6F. Windows color (decimal): -11698312 or 7896909. OLE color: 7896909.

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

Color convert

RGB77127120-
CMYK0.3900.060.50
HSL171.6º24.51%40%-
HSV(B)171.6º39.37%49.8%-
XYZ14.0418.1120.53-
YUV111.25132.94103.57-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 23.77%
GREEN value IS 127 (50% from 255) = 39.20%
BLUE value IS 120 (47.27% from 255) = 37.04%
R=23.77%
G=39.20%
B=37.04%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal771271200.3900.060.50171.624.5140
Hex4D7F78270632ac1928
Octal1151771704706622543150
Binary10011011111111111100010011101101100101010110011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D7F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,127,120); }

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

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

 a { background-color: rgb(77,127,120); }

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

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

 span { border-color: rgb(77,127,120); }

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