#4C7676

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

Shades of Breaker Bay #4C7676

Tints of Breaker Bay #4C7676

Color information

#4C7676 (or 0x4C7676) is unknown color: approx Breaker Bay. HEX triplet: 4C, 76 and 76. RGB value is (76,118,118). Sum of RGB (Red+Green+Blue) = 76+118+118=312 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.36% from 312); Green value is 118 (46.48% from 255 or 37.82% from 312); Blue value is 118 (46.48% from 255 or 37.82% from 312); Max value from RGB is 118 - color contains mainly: green, blue. Hex color #4C7676 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C7676 is #B38989. Grayscale: #696969. Windows color (decimal): -11766154 or 7763532. OLE color: 7763532.

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

Color convert

RGB76118118-
CMYK0.36000.54
HSL180º21.65%38.04%-
HSV(B)180º35.59%46.27%-
XYZ12.7315.819.52-
YUV105.44135.09107-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 24.36%
GREEN value IS 118 (46.48% from 255) = 37.82%
BLUE value IS 118 (46.48% from 255) = 37.82%
R=24.36%
G=37.82%
B=37.82%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal761181180.36000.5418021.6538.04
Hex4C7676240036b41626
Octal1141661664400662642646
Binary100110011101101110110100100001101101011010010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C7676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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