#4D7C7C

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

Shades of Breaker Bay #4D7C7C

Tints of Breaker Bay #4D7C7C

Color information

#4D7C7C (or 0x4D7C7C) is unknown color: approx Breaker Bay. HEX triplet: 4D, 7C and 7C. RGB value is (77,124,124). Sum of RGB (Red+Green+Blue) = 77+124+124=325 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.69% from 325); Green value is 124 (48.83% from 255 or 38.15% from 325); Blue value is 124 (48.83% from 255 or 38.15% from 325); Max value from RGB is 124 - color contains mainly: green, blue. Hex color #4D7C7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D7C7C is #B28383. Grayscale: #6D6D6D. Windows color (decimal): -11699076 or 8158285. OLE color: 8158285.

HSL color Cylindrical-coordinate representation of color #4D7C7C: hue angle of 180º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4D7C7C is Cyan = 0.38, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB77124124-
CMYK0.38000.51
HSL180º23.38%39.41%-
HSV(B)180º37.9%48.63%-
XYZ13.9117.4521.7-
YUV109.95135.93104.5-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 23.69%
GREEN value IS 124 (48.83% from 255) = 38.15%
BLUE value IS 124 (48.83% from 255) = 38.15%
R=23.69%
G=38.15%
B=38.15%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal771241240.38000.5118023.3839.41
Hex4D7C7C260033b41727
Octal1151741744600632642747
Binary100110111111001111100100110001100111011010010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D7C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,124,124); }

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

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

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

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

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

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

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