#4D7773

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

Shades of Breaker Bay #4D7773

Tints of Breaker Bay #4D7773

Color information

#4D7773 (or 0x4D7773) is unknown color: approx Breaker Bay. HEX triplet: 4D, 77 and 73. RGB value is (77,119,115). Sum of RGB (Red+Green+Blue) = 77+119+115=311 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.76% from 311); Green value is 119 (46.88% from 255 or 38.26% from 311); Blue value is 115 (45.31% from 255 or 36.98% from 311); Max value from RGB is 119 - color contains mainly: green. Hex color #4D7773 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D7773 is #B2888C. Grayscale: #696969. Windows color (decimal): -11700365 or 7567181. OLE color: 7567181.

HSL color Cylindrical-coordinate representation of color #4D7773: hue angle of 174.29º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4D7773 is Cyan = 0.35, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB77119115-
CMYK0.3500.030.53
HSL174.29º21.43%38.43%-
HSV(B)174.29º35.29%46.67%-
XYZ12.7516.0118.64-
YUV105.99133.09107.33-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 24.76%
GREEN value IS 119 (46.88% from 255) = 38.26%
BLUE value IS 115 (45.31% from 255) = 36.98%
R=24.76%
G=38.26%
B=36.98%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal771191150.3500.030.53174.2921.4338.43
Hex4D7773230335ae1526
Octal1151671634303652562546
Binary1001101111011111100111000110111101011010111010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D7773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,119,115); }

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

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

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

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

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

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

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