#4C7777

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

Shades of Breaker Bay #4C7777

Tints of Breaker Bay #4C7777

Color information

#4C7777 (or 0x4C7777) is unknown color: approx Breaker Bay. HEX triplet: 4C, 77 and 77. RGB value is (76,119,119). Sum of RGB (Red+Green+Blue) = 76+119+119=314 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.20% from 314); Green value is 119 (46.88% from 255 or 37.90% from 314); Blue value is 119 (46.88% from 255 or 37.90% from 314); Max value from RGB is 119 - color contains mainly: green, blue. Hex color #4C7777 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C7777 is #B38888. Grayscale: #6A6A6A. Windows color (decimal): -11765897 or 7829324. OLE color: 7829324.

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

Color convert

RGB76119119-
CMYK0.36000.53
HSL180º22.05%38.24%-
HSV(B)180º36.13%46.67%-
XYZ12.9116.0619.87-
YUV106.14135.25106.5-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 24.20%
GREEN value IS 119 (46.88% from 255) = 37.90%
BLUE value IS 119 (46.88% from 255) = 37.90%
R=24.20%
G=37.90%
B=37.90%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal761191190.36000.5318022.0538.24
Hex4C7777240035b41626
Octal1141671674400652642646
Binary100110011101111110111100100001101011011010010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C7777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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